Mercurial > emacs
changeset 50700:ad311d8949c4
`symbol-macrolet' is similar to `let', not `multiple-value-bind'.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Fri, 25 Apr 2003 02:00:17 +0000 |
parents | fa4e7ecda348 |
children | cb5f0a5d5b36 |
files | lisp/ChangeLog lisp/emacs-lisp/cl-indent.el |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Apr 25 01:58:49 2003 +0000 +++ b/lisp/ChangeLog Fri Apr 25 02:00:17 2003 +0000 @@ -3,6 +3,9 @@ * calendar/diary-lib.el (fancy-diary-display-mode): Bind "q" to `quit-window' in the fancy diary buffer. + * emacs-lisp/cl-indent.el: `symbol-macrolet' is similar to `let', + not `multiple-value-bind'. + 2003-04-24 Lars Hansen <larsh@math.ku.dk> * subr.el (assq-delete-all): Ignore non-cons elememts.
--- a/lisp/emacs-lisp/cl-indent.el Fri Apr 25 01:58:49 2003 +0000 +++ b/lisp/emacs-lisp/cl-indent.el Fri Apr 25 02:00:17 2003 +0000 @@ -544,7 +544,7 @@ (progv (4 4 &body)) (return 0) (return-from (nil &body)) - (symbol-macrolet . multiple-value-bind) + (symbol-macrolet . let) (tagbody lisp-indent-tagbody) (throw 1) (unless 1)