From: Andrea Corallo Date: Thu, 6 May 2021 08:18:32 +0000 (+0200) Subject: * Rename comp-always-compile → native-comp-always-compile X-Git-Tag: emacs-28.0.90~2578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=65952950780aacc7693d9f7ef9a80c76073e99b1;p=emacs.git * Rename comp-always-compile → native-comp-always-compile * lisp/emacs-lisp/comp.el (native-comp-always-compile) (comp-run-async-workers): comp-always-compile → native-comp-always-compile. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 18920020e6c..c9d1c94ec95 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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