]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0
authorAndrea Corallo <akrl@sdf.org>
Tue, 1 Feb 2022 15:32:09 +0000 (16:32 +0100)
committerAndrea Corallo <akrl@sdf.org>
Tue, 1 Feb 2022 16:46:55 +0000 (17:46 +0100)
lisp/startup.el

index aa0612517172a2102930653be1c2df7574b397cd..d838dd6827cd0e9550d24932a7fd41936be49d8d 100644 (file)
@@ -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))