Mercurial > emacs
changeset 104730:7ddfb0bcf0a2
(cl-macro-environment): Don't define it here.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 30 Aug 2009 14:18:59 +0000 |
parents | aa3e957fcf20 |
children | 5e848e9d48e2 |
files | lisp/ChangeLog lisp/emacs-lisp/cl.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Aug 30 14:18:25 2009 +0000 +++ b/lisp/ChangeLog Sun Aug 30 14:18:59 2009 +0000 @@ -1,5 +1,7 @@ 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> + * emacs-lisp/cl.el (cl-macro-environment): Don't define it here. + * emacs-lisp/checkdoc.el (checkdoc-force-history-flag): Change default, since most of our files don't have a history. (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
--- a/lisp/emacs-lisp/cl.el Sun Aug 30 14:18:25 2009 +0000 +++ b/lisp/emacs-lisp/cl.el Sun Aug 30 14:18:59 2009 +0000 @@ -246,7 +246,7 @@ ;;; Macros. -(defvar cl-macro-environment nil) +(defvar cl-macro-environment) (defvar cl-old-macroexpand (prog1 (symbol-function 'macroexpand) (defalias 'macroexpand 'cl-macroexpand)))