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:
parent
a20f2b0ff9
commit
665ec8946d
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue