Constant-propagate (function SYMBOL)
* lisp/emacs-lisp/byte-opt.el (byte-optimize--substitutable-p): Consider #'SYMBOL a constant for compile-time propagation purposes.
This commit is contained in:
parent
a517b77ffe
commit
6b41d7da95
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ Same format as `byte-optimize--lexvars', with shared structure and contents.")
|
|||
(numberp expr)
|
||||
(stringp expr)
|
||||
(and (consp expr)
|
||||
(eq (car expr) 'quote)
|
||||
(memq (car expr) '(quote function))
|
||||
(symbolp (cadr expr)))
|
||||
(keywordp expr)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue