aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 8dad382ac0d..17e82cc0c49 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -154,8 +154,7 @@
154;; Load-time macro-expansion can only take effect after setting 154;; Load-time macro-expansion can only take effect after setting
155;; load-source-file-function because of where it is called in lread.c. 155;; load-source-file-function because of where it is called in lread.c.
156(load "emacs-lisp/macroexp") 156(load "emacs-lisp/macroexp")
157(if (or (byte-code-function-p (symbol-function 'macroexpand-all)) 157(if (compiled-function-p (symbol-function 'macroexpand-all))
158 (subr-native-elisp-p (symbol-function 'macroexpand-all)))
159 nil 158 nil
160 ;; Since loaddefs is not yet loaded, macroexp's uses of pcase will simply 159 ;; Since loaddefs is not yet loaded, macroexp's uses of pcase will simply
161 ;; fail until pcase is explicitly loaded. This also means that we have to 160 ;; fail until pcase is explicitly loaded. This also means that we have to