diff options
| author | Thien-Thi Nguyen | 2005-02-01 15:50:46 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-02-01 15:50:46 +0000 |
| commit | cc08f5b25368d2113b7346bd2701535de48d9967 (patch) | |
| tree | 060231e9ebf73216890b18c71789b086abf4225d /lisp/ChangeLog | |
| parent | b961eb0e9896443e57a18e5d59d7227ce158079c (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org> | 1 | 2005-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 | |||
| 6 | 2005-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 | ||
| 5 | 2005-02-01 Carsten Dominik <dominik@science.uva.nl> | 10 | 2005-02-01 Carsten Dominik <dominik@science.uva.nl> |