summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.Glenn Morris2010-04-201-1/+2
* Fix typos in docstrings.Juanma Barranquero2010-03-221-1/+1
* Close bug#4427.Glenn Morris2010-03-112-5/+14
* Fix more save-excursion warnings.Chong Yidong2010-02-271-2/+1
* * emacs-lisp/authors.el (authors-renamed-files-alist):Glenn Morris2010-02-171-1/+3
* (ad-compile-function): Fix last change.Stefan Monnier2010-02-151-1/+1
* (ad-compile-function): Suppress byte-compiler warnings, since it is annoyingStefan Monnier2010-02-151-1/+3
* Fix typos in docstrings.Juanma Barranquero2010-02-141-6/+6
* (aelement): Fix typo in previous.Glenn Morris2010-01-231-3/+3
* * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo (Bug#3541).Chong Yidong2010-01-231-1/+1
* * emacs-lisp/assoc.el (aelement): Doc fix.Chong Yidong2010-01-231-1/+2
* * emacs-lisp/assoc.el (aput, adelete, amake): Use lexical-let (Bug#5450).Chong Yidong2010-01-231-7/+8
* Fix typos in docstrings, error messages, etc.Juanma Barranquero2010-01-183-14/+14
* * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)Chong Yidong2010-01-161-10/+22
* * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).Chong Yidong2010-01-162-9/+29
* Mario Lang <mlang@delysid.org>: Remove some duplicated words.Mario Lang2010-01-151-1/+1
* Fix typos in docstrings.Juanma Barranquero2010-01-141-2/+2
* Update autoload checksums.Juanma Barranquero2010-01-131-3/+3
* Add 2010 to copyright years.Glenn Morris2010-01-1370-70/+70
* emacs-lisp/easy-mmode.el (define-globalized-minor-mode): MakeEli Zaretskii2010-01-021-2/+6
* (batch-update-autoloads): Only excludeAndreas Schwab2009-12-171-2/+2
* (emacs-lisp-mode-map): Standardize the capitalization of some menu entries.Glenn Morris2009-12-111-6/+6
* Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).Stefan Monnier2009-12-101-6/+8
* * minibuffer.el (completion-at-point-functions): New var.Stefan Monnier2009-12-072-17/+22
* Ulrich Mueller <ulm at gentoo.org>Glenn Morris2009-12-071-1/+2
* (byte-compile-save-excursion): Make message consistent with others (noGlenn Morris2009-12-011-1/+1
* (byte-compile-warning-types): New type `suspicious'.Stefan Monnier2009-11-271-6/+7
* * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): BuildKevin Ryde2009-11-241-6/+3
* * emacs-lisp/elint.el (elint-add-required-env): Better error messageKevin Ryde2009-11-241-3/+4
* (list-load-path-shadows): Setup a major modeStefan Monnier2009-11-241-0/+1
* * abbrev.el (abbrev-with-wrapper-hook): (re)move...Stefan Monnier2009-11-191-9/+3
* * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.Kevin Ryde2009-11-161-4/+8
* (byte-compile-output-file-form):YAMAMOTO Mitsuharu2009-11-161-3/+4
* Regenerate autoloads.Glenn Morris2009-11-161-1/+1
* (elint-standard-variables): Doc fix.Glenn Morris2009-11-141-2/+11
* Shigeru Fukaya <shigeru.fukaya at gmail.com>Glenn Morris2009-11-141-1/+5
* (byte-compile-single-version): Remove, unused.Glenn Morris2009-11-141-129/+2
* (define-compiler-macro): Purecopy the file name.Dan Nicolaescu2009-11-121-1/+1
* * widget.el (define-widget): Purecopy the docstring.Dan Nicolaescu2009-11-111-1/+1
* * progmodes/grep.el (grep-regexp-alist):Dan Nicolaescu2009-11-111-1/+1
* (define-minor-mode): Purecopy :lighter.Dan Nicolaescu2009-11-111-1/+1
* * net/eudc.el (eudc-tools-menu):Dan Nicolaescu2009-11-111-6/+7
* (find-emacs-lisp-shadows, list-load-path-shadows): Use dolist.Glenn Morris2009-11-101-32/+21
* * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match nounKevin Ryde2009-11-081-1/+4
* * emacs-lisp/autoload.el (autoload-rubric): Always issue a provideChong Yidong2009-11-061-6/+5
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-064-5/+5
* * emacs-lisp/lucid.el: Move to obsolete/lucid.el.Stefan Monnier2009-11-052-530/+0
* (byte-compile-insert-header): Drop test for Emacs 19. (Bug#1531)Glenn Morris2009-11-051-98/+78
* (autoload-rubric): Add optional feature arg.Glenn Morris2009-11-051-2/+11
* * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.Dan Nicolaescu2009-11-041-1/+1