diff options
| author | Stefan Monnier | 2009-08-30 14:18:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-08-30 14:18:59 +0000 |
| commit | 7eb73debbbd7fb4aad9fff11d05c8318cceda1e4 (patch) | |
| tree | 5831ebe0938b10d098dee11fdb5adedfe155b9ac | |
| parent | f9a9e6ea08fbc671306e774830ebc22d9d087cb2 (diff) | |
| download | emacs-7eb73debbbd7fb4aad9fff11d05c8318cceda1e4.tar.gz emacs-7eb73debbbd7fb4aad9fff11d05c8318cceda1e4.zip | |
(cl-macro-environment): Don't define it here.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b04653de7c0..d85a0433fd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2009-08-30 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * emacs-lisp/cl.el (cl-macro-environment): Don't define it here. | ||
| 4 | |||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-force-history-flag): | 5 | * emacs-lisp/checkdoc.el (checkdoc-force-history-flag): |
| 4 | Change default, since most of our files don't have a history. | 6 | Change default, since most of our files don't have a history. |
| 5 | (checkdoc-display-status-buffer): Don't use a hidden buffer to show to | 7 | (checkdoc-display-status-buffer): Don't use a hidden buffer to show to |
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index beed29678d4..2045a05a97a 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el | |||
| @@ -246,7 +246,7 @@ one value." | |||
| 246 | 246 | ||
| 247 | ;;; Macros. | 247 | ;;; Macros. |
| 248 | 248 | ||
| 249 | (defvar cl-macro-environment nil) | 249 | (defvar cl-macro-environment) |
| 250 | (defvar cl-old-macroexpand (prog1 (symbol-function 'macroexpand) | 250 | (defvar cl-old-macroexpand (prog1 (symbol-function 'macroexpand) |
| 251 | (defalias 'macroexpand 'cl-macroexpand))) | 251 | (defalias 'macroexpand 'cl-macroexpand))) |
| 252 | 252 | ||