diff options
| author | Stefan Monnier | 2014-03-20 13:14:45 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-03-20 13:14:45 -0400 |
| commit | 494ec1e71d7f725534be9a5518f0a2bdfe35d2c3 (patch) | |
| tree | 119fdfb556c38c5b260d9e8046bc1a0510196ddf /lisp/ChangeLog | |
| parent | 049fac7c941e4b7afad0471c209dc15193460282 (diff) | |
| download | emacs-494ec1e71d7f725534be9a5518f0a2bdfe35d2c3.tar.gz emacs-494ec1e71d7f725534be9a5518f0a2bdfe35d2c3.zip | |
* lisp/electric.el (electric-newline-and-maybe-indent): New command.
Bind it globally to C-j.
(electric-indent-mode): Don't mess with the global map any more.
Don't drop the post-self-insert-hook is some buffer is still using it.
* lisp/bindings.el (global-map): Remove C-j binding.
Fixes: debbugs:16770
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b93411269f..857c086790e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-03-20 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * electric.el (electric-newline-and-maybe-indent): New command. | ||
| 4 | Bind it globally to C-j. | ||
| 5 | (electric-indent-mode): Don't mess with the global map any more. | ||
| 6 | Don't drop the post-self-insert-hook is some buffer is still using it | ||
| 7 | (bug#16770). | ||
| 8 | * bindings.el (global-map): Remove C-j binding. | ||
| 9 | |||
| 3 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find | 10 | * emacs-lisp/nadvice.el (advice--make-docstring): Try harder to find |
| 4 | the docstring of functions advised before dumping (bug#16993). | 11 | the docstring of functions advised before dumping (bug#16993). |
| 5 | 12 | ||