Use byte-switch for all symbols.
* lisp/emacs-lisp/bytecomp.el: (byte-compile-cond-valid-obj2-p) Return t for all symbols (instead for just keywords)
This commit is contained in:
parent
086c4eaf9d
commit
1fcbd352f8
1 changed files with 0 additions and 1 deletions
|
@ -3972,7 +3972,6 @@ that suppresses all warnings during execution of BODY."
|
|||
|
||||
(defun byte-compile-cond-valid-obj2-p (obj)
|
||||
(cond
|
||||
((symbolp obj) (keywordp obj))
|
||||
((consp obj) (eq (car obj) 'quote))
|
||||
(t t)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue