]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/comp.el (comp-trampoline-compile): Fix comment.
authorAndrea Corallo <akrl@sdf.org>
Fri, 15 Oct 2021 07:18:54 +0000 (09:18 +0200)
committerAndrea Corallo <akrl@sdf.org>
Fri, 15 Oct 2021 07:18:54 +0000 (09:18 +0200)
lisp/emacs-lisp/comp.el

index 0052fd0f8db5f90e61d2b5ab80a13bd5e8192fb8..0e4e54b76bb87601f85bdcb0a631779c31e478ca 100644 (file)
@@ -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))