diff options
| author | Glenn Morris | 2008-11-06 03:53:43 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-11-06 03:53:43 +0000 |
| commit | e8fee30c4f5ca621344982e771ea51445c09b2c8 (patch) | |
| tree | 60683a563596811dc10243821714461c744dd821 /lisp | |
| parent | a1dd29361ac672769fd65b1648457d77200607e5 (diff) | |
| download | emacs-e8fee30c4f5ca621344982e771ea51445c09b2c8.tar.gz emacs-e8fee30c4f5ca621344982e771ea51445c09b2c8.zip | |
(cl-macroexpand-all): Declare.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/cc-defs.el | 3 |
1 files changed, 3 insertions, 0 deletions
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." | |||
| 1685 | ;; `cl-macroexpand-all' inside `c-lang-defconst'. | 1685 | ;; `cl-macroexpand-all' inside `c-lang-defconst'. |
| 1686 | (eval form)) | 1686 | (eval form)) |
| 1687 | 1687 | ||
| 1688 | ;; Only used at compile time - suppress "might not be defined at runtime". | ||
| 1689 | (declare-function cl-macroexpand-all "cl" (form &optional env)) | ||
| 1690 | |||
| 1688 | (defmacro c-lang-defconst (name &rest args) | 1691 | (defmacro c-lang-defconst (name &rest args) |
| 1689 | "Set the language specific values of the language constant NAME. | 1692 | "Set the language specific values of the language constant NAME. |
| 1690 | The second argument can optionally be a docstring. The rest of the | 1693 | The second argument can optionally be a docstring. The rest of the |