aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-04 15:06:02 -0500
committerStefan Monnier2013-11-04 15:06:02 -0500
commitc93f3f5c5c7d682faf14f908e960632f451cb847 (patch)
tree77dab63d1a942536d0ab15cdbee26bd19a294a25 /lisp/ChangeLog
parent0ade65b530469a4c6a7d22d3be14f62f0ae8a790 (diff)
downloademacs-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/ChangeLog2
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 @@
12013-11-04 Stefan Monnier <monnier@iro.umontreal.ca> 12013-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