; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
This commit is contained in:
parent
12654b7423
commit
1af45ad04e
1 changed files with 2 additions and 2 deletions
|
@ -3781,8 +3781,8 @@ Return the trampoline if found or nil otherwise."
|
||||||
for arg in lambda-list
|
for arg in lambda-list
|
||||||
unless (memq arg '(&optional &rest))
|
unless (memq arg '(&optional &rest))
|
||||||
collect arg)))))
|
collect arg)))))
|
||||||
;; Use speed 0 to maximize compilation speed and not to
|
;; Use speed 1 for compilation speed and not to optimize away
|
||||||
;; optimize away funcall calls!
|
;; funcall calls!
|
||||||
(byte-optimize nil)
|
(byte-optimize nil)
|
||||||
(native-comp-speed 1)
|
(native-comp-speed 1)
|
||||||
(lexical-binding t))
|
(lexical-binding t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue