Mercurial > emacs
diff lisp/ChangeLog @ 111406:86b26e5fe3fc
Silence doctor.el compilation.
* lisp/play/doctor.el: Give all local variables a prefix. Update callers.
(doc$, doctor-put-meaning): Use backquote.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 05 Nov 2010 00:41:47 -0700 |
parents | 942097a71997 |
children | 672ffe880560 |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 05 00:34:45 2010 -0700 +++ b/lisp/ChangeLog Fri Nov 05 00:41:47 2010 -0700 @@ -1,5 +1,8 @@ 2010-11-05 Glenn Morris <rgm@gnu.org> + * play/doctor.el: Give all local variables a prefix. Update callers. + (doc$, doctor-put-meaning): Use backquote. + * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix. (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.