emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 c30106ce9f: ; * lisp/startup.el (normal-top-level): Fix byte-co


From: Eli Zaretskii
Subject: emacs-28 c30106ce9f: ; * lisp/startup.el (normal-top-level): Fix byte-compilation warning.
Date: Thu, 10 Feb 2022 12:06:39 -0500 (EST)

branch: emacs-28
commit c30106ce9f713edea173cbb301747cbbe3766257
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/startup.el (normal-top-level): Fix byte-compilation warning.
---
 lisp/startup.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index 59fe5428b7..d369f3ef84 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -520,6 +520,9 @@ DIRS are relative."
      (t emacs-d-dir))))
 
 (defvar native-comp-eln-load-path)
+(defvar native-comp-deferred-compilation)
+(defvar comp-enable-subr-trampolines)
+
 (defun normal-top-level ()
   "Emacs calls this function when it first starts up.
 It sets `command-line-processed', processes the command-line,
@@ -540,7 +543,8 @@ It is the default value of the variable `top-level'."
     (unless (native-comp-available-p)
       ;; Disable deferred async compilation and trampoline synthesis
       ;; in this session.  This is necessary if libgccjit is not
-      ;; available on MS-Windows.
+      ;; available on MS-Windows, but Emacs was built with
+      ;; native-compilation support.
       (setq native-comp-deferred-compilation nil
             comp-enable-subr-trampolines nil))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]