From: Glenn Morris Date: Thu, 6 Nov 2008 03:53:43 +0000 (+0000) Subject: (cl-macroexpand-all): Declare. X-Git-Tag: emacs-pretest-23.0.90~1948 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e8fee30c4f5ca621344982e771ea51445c09b2c8;p=emacs.git (cl-macroexpand-all): Declare. --- diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index ac2c2843abe..0826f75914e 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -1685,6 +1685,9 @@ itself is evaluated." ;; `cl-macroexpand-all' inside `c-lang-defconst'. (eval form)) +;; Only used at compile time - suppress "might not be defined at runtime". +(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. The second argument can optionally be a docstring. The rest of the