mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-24 19:03:29 +00:00
; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
This commit is contained in:
parent
12654b7423
commit
1af45ad04e
@ -3781,8 +3781,8 @@ Return the trampoline if found or nil otherwise."
|
||||
for arg in lambda-list
|
||||
unless (memq arg '(&optional &rest))
|
||||
collect arg)))))
|
||||
;; Use speed 0 to maximize compilation speed and not to
|
||||
;; optimize away funcall calls!
|
||||
;; Use speed 1 for compilation speed and not to optimize away
|
||||
;; funcall calls!
|
||||
(byte-optimize nil)
|
||||
(native-comp-speed 1)
|
||||
(lexical-binding t))
|
||||
|
Loading…
Reference in New Issue
Block a user