emacs-diffs
[Top][All Lists]
Advanced

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

master 665ec8946d: * lisp/startup.el (startup--require-comp-safely): Fix


From: Andrea Corallo
Subject: master 665ec8946d: * lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0
Date: Tue, 1 Feb 2022 11:47:04 -0500 (EST)

branch: master
commit 665ec8946df0e09dec703d7ee3909be6056141db
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0
---
 lisp/startup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/startup.el b/lisp/startup.el
index aa06125171..d838dd6827 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -523,7 +523,7 @@ DIRS are relative."
 (defvar comp--delayed-sources)
 (defun startup--require-comp-safely ()
   "Require the native compiler avoiding circular dependencies."
-  (unless (featurep 'native-compile)
+  (when (featurep 'native-compile)
     ;; Require comp with `comp--compilable' set to nil to break
     ;; circularity.
     (let ((comp--compilable nil))



reply via email to

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