diff options
| author | Stefan Monnier | 2011-11-11 10:55:24 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-11 10:55:24 -0500 |
| commit | 65bd19ff8af487f16c55d250967321c0ee3e58a0 (patch) | |
| tree | aaca9068680d57d77519b9a579f925baae1fd5dd /lisp/ChangeLog | |
| parent | 5e92ca23ec308f2f72736ca2767f5329707ce5f3 (diff) | |
| download | emacs-65bd19ff8af487f16c55d250967321c0ee3e58a0.tar.gz emacs-65bd19ff8af487f16c55d250967321c0ee3e58a0.zip | |
* lisp/electric.el: Make electric-indent-mode better behaved.
* lisp/electric.el (electric-indent-post-self-insert-function): Make it
possible for a char to only indent in some circumstances.
(electric-indent-mode): Simplify.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e617e9c66d..6cd58cd3d22 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-11-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * electric.el (electric-indent-post-self-insert-function): Make it | ||
| 4 | possible for a char to only indent in some circumstances. | ||
| 5 | (electric-indent-mode): Simplify. | ||
| 6 | |||
| 1 | 2011-11-11 Martin Rudalics <rudalics@gmx.at> | 7 | 2011-11-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 8 | ||
| 3 | * window.el (windows-with-parameter): Remove unused function. | 9 | * window.el (windows-with-parameter): Remove unused function. |