aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorThien-Thi Nguyen2005-02-01 15:50:46 +0000
committerThien-Thi Nguyen2005-02-01 15:50:46 +0000
commitcc08f5b25368d2113b7346bd2701535de48d9967 (patch)
tree060231e9ebf73216890b18c71789b086abf4225d /lisp/ChangeLog
parentb961eb0e9896443e57a18e5d59d7227ce158079c (diff)
downloademacs-cc08f5b25368d2113b7346bd2701535de48d9967.tar.gz
emacs-cc08f5b25368d2113b7346bd2701535de48d9967.zip
(lisp-indent-function): Fix bug:
When delegating, order args in the funcall correctly.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e444165a8d6..625e33d5ea3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12005-02-01 Thien-Thi Nguyen <ttn@gnu.org> 12005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
2 2
3 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4 When delegating, order args in the funcall correctly.
5
62005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
7
3 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix. 8 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4 9
52005-02-01 Carsten Dominik <dominik@science.uva.nl> 102005-02-01 Carsten Dominik <dominik@science.uva.nl>