From a0b66ce057cda19c557700ddd6a8bd50a090410b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 7 Nov 2008 06:54:07 +0000 Subject: [PATCH] (cl-macroexpand-all): Fix declaration. --- lisp/ChangeLog | 4 ++++ lisp/progmodes/cc-defs.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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. -- 2.39.2