(byte-compile-constp): Include keywords.

This commit is contained in:
Dave Love 1999-12-18 16:30:48 +00:00
parent ea04824c8e
commit 94c79e1040

View file

@ -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)