mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(cl-macro-environment): Don't define it here.
This commit is contained in:
parent
f9a9e6ea08
commit
7eb73debbb
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue