(cl-macroexpand-all): Fix declaration.

This commit is contained in:
Glenn Morris 2008-11-07 06:54:07 +00:00
parent 9468617169
commit a0b66ce057
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-11-07 Glenn Morris <rgm@gnu.org>
* progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
* emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument

View file

@ -1686,7 +1686,7 @@ itself is evaluated."
(eval form))
;; Only used at compile time - suppress "might not be defined at runtime".
(declare-function cl-macroexpand-all "cl" (form &optional env))
(declare-function cl-macroexpand-all "cl-extra" (form &optional env))
(defmacro c-lang-defconst (name &rest args)
"Set the language specific values of the language constant NAME.