diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-30 14:18:59 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2009-08-30 14:18:59 +0000 |
commit | 7eb73debbbd7fb4aad9fff11d05c8318cceda1e4 (patch) | |
tree | 5831ebe0938b10d098dee11fdb5adedfe155b9ac /lisp/emacs-lisp/cl.el | |
parent | f9a9e6ea08fbc671306e774830ebc22d9d087cb2 (diff) | |
download | emacs-7eb73debbbd7fb4aad9fff11d05c8318cceda1e4.tar.gz emacs-7eb73debbbd7fb4aad9fff11d05c8318cceda1e4.tar.bz2 emacs-7eb73debbbd7fb4aad9fff11d05c8318cceda1e4.zip |
(cl-macro-environment): Don't define it here.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." ;;; Macros. -(defvar cl-macro-environment nil) +(defvar cl-macro-environment) (defvar cl-old-macroexpand (prog1 (symbol-function 'macroexpand) (defalias 'macroexpand 'cl-macroexpand))) |