1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

* lisp/startup.el (startup--require-comp-safely): Fix typo in a92c6191b0

This commit is contained in:
Andrea Corallo 2022-02-01 16:32:09 +01:00
parent a20f2b0ff9
commit 665ec8946d

View 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))