diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 969b0c6997a..2d381534228 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the | ||
| 4 | keymap expression. Improve docstring. | ||
| 5 | |||
| 6 | 2011-01-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 3 | * electric.el (electric-indent-post-self-insert-function): | 8 | * electric.el (electric-indent-post-self-insert-function): |
| 4 | Don't auto-indent for indent-to-left-margin, it's too often | 9 | Don't auto-indent for indent-to-left-margin, it's too often |
| 5 | counter-productive. | 10 | counter-productive. |