summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Andreas Schwab2010-06-101-0/+2
|\
| * * lisp/emacs-lisp/advice.el (ad-compile-function):Stefan Monnier2010-06-081-0/+2
* | * emacs-lisp/smie.el (comment-string-strip): Declare function.Juanma Barranquero2010-06-091-1/+2
* | * lisp/emacs-lisp/smie.el (smie-indent-keyword): Remove special case thatStefan Monnier2010-06-081-9/+5
* | * lisp/emacs-lisp/smie.el (smie-indent-offset-rule): Rename fromStefan Monnier2010-06-071-50/+89
* | Make (after keyword) indent-rules more flexible.Stefan Monnier2010-06-061-66/+146
* | * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.Juanma Barranquero2010-06-031-0/+2
* | Split smie-indent-calculate into more manageable chunks.Stefan Monnier2010-06-021-169/+198
* | * lisp/emacs-lisp/smie.el (smie-indent-calculate): Simplify and cleanup.Stefan Monnier2010-06-021-76/+68
* | Fix bug#6265: * eldoc.el: Add completions for new commands left-* and right-*.Juanma Barranquero2010-06-011-7/+7
* | Provide hooks to use a different tokenizer in SMIE.Stefan Monnier2010-05-271-22/+46
* | * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.Stefan Monnier2010-05-241-12/+16
* | Replace Lisp calls to delete-backward-char by delete-char.Stefan Monnier2010-05-242-2/+2
* | Merge from emacs-23Stefan Monnier2010-05-241-1/+1
|\ \ | |/
| * * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):Stefan Monnier2010-05-241-1/+1
* | * emacs-lisp/cl-loaddefs.el: Update autoload checksum.Juanma Barranquero2010-05-201-1/+1
* | * emacs-lisp/cl-macs.el (window-parameter): Add defsetf withJuri Linkov2010-05-191-0/+1
* | * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.Stefan Monnier2010-05-181-7/+11
* | Fix handling of non-associative equal levels.Stefan Monnier2010-05-181-91/+109
* | * emacs-lisp/smie.el: Fix typos in docstrings.Juanma Barranquero2010-05-181-6/+6
* | Provide a simple generic indentation engine and use it for Prolog.Stefan Monnier2010-05-171-0/+688
* | * simple.el (prog-mode): New (abstract) major mode.Stefan Monnier2010-05-141-4/+2
* | Merge from emacs-23Stefan Monnier2010-05-081-2/+3
|\ \ | |/
| * * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.Glenn Morris2010-04-201-1/+2
* | Define auto-save-mode with define-minor-mode.Stefan Monnier2010-05-051-9/+25
* | Use define-minor-mode in more cases.Stefan Monnier2010-05-042-2/+12
* | Use define-minor-mode for less obvious cases.Stefan Monnier2010-05-042-18/+35
* | * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.Stefan Monnier2010-04-301-10/+3
* | Make it possible to locally disable a globally enabled mode.Stefan Monnier2010-04-282-1/+3
* | Let the user turn off locally a globalized minor modeStefan Monnier2010-04-271-7/+8
* | * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.Stefan Monnier2010-04-271-3/+6
* | Minor authors.el updates.Glenn Morris2010-04-231-5/+73
* | Provide byte-compiler warnings when set-default a read-only var.Stefan Monnier2010-04-231-15/+25
* | (lisp-completion-at-point): Try and handle errors.Stefan Monnier2010-04-211-10/+14
* | Make the log-edit comments use RFC822 format throughout.Stefan Monnier2010-04-201-2/+1
* | (lisp-completion-at-point): Complete around point.Stefan Monnier2010-04-201-8/+16
* | Fix duplicate entries in cedet's loaddefs.el files.Stefan Monnier2010-04-181-55/+85
* | (define-minor-mode): A nil argument to the minor mode turns the mode ON.Stefan Monnier2010-04-121-9/+4
* | Get rid of several uses of the term 'master' in favor of equivalent verbiageEric S. Raymond2010-04-091-1/+1
* | Fix some of the problems in defsubst* (bug#5728).Stefan Monnier2010-04-081-9/+30
* | Revert last change in batch-update-authors.Eli Zaretskii2010-04-031-2/+2
* | Fix bug in batch-update-authors. Add bidi to AUTHORS.Eli Zaretskii2010-04-031-2/+3
* | Merge from `emacs-23'.Stefan Monnier2010-03-243-6/+15
|\ \ | |/
| * Fix typos in docstrings.Juanma Barranquero2010-03-221-1/+1
| * Close bug#4427.Glenn Morris2010-03-112-5/+14
* | * emacs-lisp/autoload.el (autoload-rubric): Doc fix.Glenn Morris2010-03-171-3/+7
* | Fix keywords.Juri Linkov2010-03-141-1/+3
|/
* 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