Mercurial > emacs
changeset 59849:df388384f464
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Tue, 01 Feb 2005 15:50:46 +0000 |
parents | d992bb330d29 |
children | b164b73ca526 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 01 15:48:50 2005 +0000 +++ b/lisp/ChangeLog Tue Feb 01 15:50:46 2005 +0000 @@ -1,3 +1,8 @@ +2005-02-01 Thien-Thi Nguyen <ttn@gnu.org> + + * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug: + When delegating, order args in the funcall correctly. + 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org> * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.