aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-11-07 06:54:07 +0000
committerGlenn Morris <[email protected]>2008-11-07 06:54:07 +0000
commita0b66ce057cda19c557700ddd6a8bd50a090410b (patch)
tree08c7dec04c0be4245aac268040ff1a6f7b2eda08
parent94686171695dc6261f462015fcb93b9e5aa56c59 (diff)
(cl-macroexpand-all): Fix declaration.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/cc-defs.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ad75782409..5ae59c620a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-07 Glenn Morris <[email protected]>
+
+ * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
+
2008-11-07 Dan Nicolaescu <[email protected]>
* 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 0826f75914..566d202aee 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.