aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-11-07 06:54:07 +0000
committerGlenn Morris2008-11-07 06:54:07 +0000
commita0b66ce057cda19c557700ddd6a8bd50a090410b (patch)
tree08c7dec04c0be4245aac268040ff1a6f7b2eda08
parent94686171695dc6261f462015fcb93b9e5aa56c59 (diff)
downloademacs-a0b66ce057cda19c557700ddd6a8bd50a090410b.tar.gz
emacs-a0b66ce057cda19c557700ddd6a8bd50a090410b.zip
(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 ad757824096..5ae59c620a1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12008-11-07 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4
12008-11-07 Dan Nicolaescu <dann@ics.uci.edu> 52008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument 7 * 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."
1686 (eval form)) 1686 (eval form))
1687 1687
1688;; Only used at compile time - suppress "might not be defined at runtime". 1688;; Only used at compile time - suppress "might not be defined at runtime".
1689(declare-function cl-macroexpand-all "cl" (form &optional env)) 1689(declare-function cl-macroexpand-all "cl-extra" (form &optional env))
1690 1690
1691(defmacro c-lang-defconst (name &rest args) 1691(defmacro c-lang-defconst (name &rest args)
1692 "Set the language specific values of the language constant NAME. 1692 "Set the language specific values of the language constant NAME.