* Fix `startup--require-comp-safely' (bug#53675)
* lisp/startup.el (startup--require-comp-safely): Remove unnecessary check.
This commit is contained in:
parent
30ebb54410
commit
a92c6191b0
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ DIRS are relative."
|
||||||
(defvar comp--delayed-sources)
|
(defvar comp--delayed-sources)
|
||||||
(defun startup--require-comp-safely ()
|
(defun startup--require-comp-safely ()
|
||||||
"Require the native compiler avoiding circular dependencies."
|
"Require the native compiler avoiding circular dependencies."
|
||||||
(unless (featurep 'comp)
|
(unless (featurep 'native-compile)
|
||||||
;; Require comp with `comp--loadable' set to nil to break
|
;; Require comp with `comp--loadable' set to nil to break
|
||||||
;; circularity.
|
;; circularity.
|
||||||
(let ((comp--loadable nil))
|
(let ((comp--loadable nil))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue