(byte-compile-constp): Include keywords.
This commit is contained in:
parent
ea04824c8e
commit
94c79e1040
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue