(byte-optimize-pure-func): Quote the
folded value.
This commit is contained in:
parent
4cd305ac33
commit
c80eca7195
2 changed files with 6 additions and 1 deletions
|
@ -1135,7 +1135,7 @@ of FORM by signaling the error at compile-time."
|
|||
(setq constant nil))
|
||||
(setq args (cdr args)))
|
||||
(if constant
|
||||
(cons 'quote (eval form))
|
||||
(list 'quote (eval form))
|
||||
form)))
|
||||
|
||||
;; Avoid having to write forward-... with a negative arg for speed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue