diff options
author | Glenn Morris <rgm@gnu.org> | 2012-09-13 14:41:21 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-09-13 14:41:21 -0400 |
commit | 6a2e6868361c901f5c93f45df84622a1a9dbb889 (patch) | |
tree | 4929d79dedbf41fdec40007d00f5fef1c2bbb338 /lisp/progmodes/cc-defs.el | |
parent | b9800ec43b3e7f17cde08dc890afa690185cf9aa (diff) | |
download | emacs-6a2e6868361c901f5c93f45df84622a1a9dbb889.tar.gz emacs-6a2e6868361c901f5c93f45df84622a1a9dbb889.tar.bz2 emacs-6a2e6868361c901f5c93f45df84622a1a9dbb889.zip |
Update some function declarations
* lisp/calc/calc-ext.el (math-compose-expr):
* lisp/calc/calc.el (math-compose-expr):
* lisp/progmodes/cc-defs.el (cl-macroexpand-all):
* lisp/progmodes/cc-langs.el (delete-duplicates, mapcan)
(cl-macroexpand-all): Update declarations.
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r-- | lisp/progmodes/cc-defs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index 8bccb44f308..0dc596a472b 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -1829,7 +1829,7 @@ itself is evaluated." (eval form)) ;; Only used at compile time - suppress "might not be defined at runtime". -(declare-function cl-macroexpand-all "cl-extra" (form &optional env)) +(declare-function cl-macroexpand-all "cl" (form &optional env)) (defmacro c-lang-defconst (name &rest args) "Set the language specific values of the language constant NAME. |