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
94c79e10
Commit
94c79e10
authored
Dec 18, 1999
by
Dave Love
Browse files
(byte-compile-constp): Include keywords.
parent
ea04824c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/emacs-lisp/bytecomp.el
lisp/emacs-lisp/bytecomp.el
+1
-0
No files found.
lisp/emacs-lisp/bytecomp.el
View file @
94c79e10
...
...
@@ -1096,6 +1096,7 @@ otherwise pop it")
;; Returns non-nil if FORM is a constant.
(` (cond ((consp (, form)) (eq (car (, form)) 'quote))
((not (symbolp (, form))))
((keywordp (, form)))
((memq (, form) '(nil t))))))
(defmacro byte-compile-close-variables (&rest body)
...
...
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