From: Glenn Morris Date: Fri, 7 Nov 2008 06:54:07 +0000 (+0000) Subject: (cl-macroexpand-all): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~1931 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a0b66ce057cda19c557700ddd6a8bd50a090410b;p=emacs.git (cl-macroexpand-all): Fix declaration. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ad757824096..5ae59c620a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-11-07 Glenn Morris + + * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration. + 2008-11-07 Dan Nicolaescu * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 0826f75914e..566d202aee8 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -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.