diff options
| author | Stefan Monnier | 2013-11-04 15:06:02 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-04 15:06:02 -0500 |
| commit | c93f3f5c5c7d682faf14f908e960632f451cb847 (patch) | |
| tree | 77dab63d1a942536d0ab15cdbee26bd19a294a25 /lisp/ChangeLog | |
| parent | 0ade65b530469a4c6a7d22d3be14f62f0ae8a790 (diff) | |
| download | emacs-c93f3f5c5c7d682faf14f908e960632f451cb847.tar.gz emacs-c93f3f5c5c7d682faf14f908e960632f451cb847.zip | |
* lisp/emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4f5efd371e..66051898dd3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/byte-run.el (defmacro, defun): Set their `indent' property. | ||
| 4 | |||
| 3 | * electric.el (electric-indent-post-self-insert-function): | 5 | * electric.el (electric-indent-post-self-insert-function): |
| 4 | Only delete trailing whitepsace if it is indeed trailing (bug#15767). | 6 | Only delete trailing whitepsace if it is indeed trailing (bug#15767). |
| 5 | 7 | ||