]> git.eshelyaron.com Git - emacs.git/commitdiff
* Rename comp-always-compile → native-comp-always-compile
authorAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 08:18:32 +0000 (10:18 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 15:16:07 +0000 (17:16 +0200)
* lisp/emacs-lisp/comp.el (native-comp-always-compile)
(comp-run-async-workers): comp-always-compile →
native-comp-always-compile.

lisp/emacs-lisp/comp.el

index 18920020e6ce90a312e863145ab1015eae9577ae..c9d1c94ec95630ec76a5267816774e31c544b51f 100644 (file)
@@ -78,7 +78,7 @@ This is intended for debugging the compiler itself.
   :risky t
   :version "28.1")
 
-(defcustom comp-always-compile nil
+(defcustom native-comp-always-compile nil
   "Non-nil means unconditionally (re-)compile all files."
   :type 'boolean
   :version "28.1")
@@ -3897,7 +3897,7 @@ display a message."
          do (cl-assert (string-match-p comp-valid-source-re source-file) nil
                        "`comp-files-queue' should be \".el\" files: %s"
                        source-file)
-         when (or comp-always-compile
+         when (or native-comp-always-compile
                   load ; Always compile when the compilation is
                        ; commanded for late load.
                   (file-newer-than-file-p