Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e8fee30c
Commit
e8fee30c
authored
Nov 06, 2008
by
Glenn Morris
Browse files
(cl-macroexpand-all): Declare.
parent
a1dd2936
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lisp/progmodes/cc-defs.el
lisp/progmodes/cc-defs.el
+3
-0
No files found.
lisp/progmodes/cc-defs.el
View file @
e8fee30c
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment