emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp f5dceed: * lisp/loadup.el: Use new 'native-comp-avai


From: Andrea Corallo
Subject: feature/native-comp f5dceed: * lisp/loadup.el: Use new 'native-comp-available-p'.
Date: Sat, 23 May 2020 12:28:02 -0400 (EDT)

branch: feature/native-comp
commit f5dceed09a8234548d5b3acb76d443569533cab9
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * lisp/loadup.el: Use new 'native-comp-available-p'.
---
 lisp/loadup.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/loadup.el b/lisp/loadup.el
index 7cf2cb0..31843fc 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -449,7 +449,7 @@ lost after dumping")))
 ;; At this point, we're ready to resume undo recording for scratch.
 (buffer-enable-undo "*scratch*")
 
-(when (boundp 'comp-ctxt) ; FIXME better native-comp feature discriminant?
+(when (native-comp-available-p)
   ;; Fix the compilation unit filename to have it working when
   ;; when installed or if the source directory got moved.  This is set to be
   ;; a pair in the form: (rel-path-from-install-bin . rel-path-from-local-bin).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]