]> git.eshelyaron.com Git - emacs.git/commitdiff
* Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions
authorAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 12:49:31 +0000 (14:49 +0200)
committerAndrea Corallo <akrl@sdf.org>
Thu, 6 May 2021 15:16:08 +0000 (17:16 +0200)
* lisp/emacs-lisp/comp.el (native-comp-async-cu-done-functions)
(comp-run-async-workers): Rename comp-async-cu-done-functions →
native-comp-async-cu-done-functions.

lisp/emacs-lisp/comp.el

index 54c51c6e34b5e5bef3f80440b93b4a604a447e28..93541fa6d8f9713dfe58b6df38f8893705bf0983 100644 (file)
@@ -115,7 +115,7 @@ or one if there's just one execution unit."
   :risky t
   :version "28.1")
 
-(defcustom comp-async-cu-done-functions nil
+(defcustom native-comp-async-cu-done-functions nil
   "List of functions to call after asynchronously compiling one compilation unit.
 Called with one argument FILE, the filename used as input to
 compilation."
@@ -3940,7 +3940,7 @@ display a message."
                              :sentinel
                              (lambda (process _event)
                                (run-hook-with-args
-                                'comp-async-cu-done-functions
+                                'native-comp-async-cu-done-functions
                                 source-file)
                                (comp-accept-and-process-async-output process)
                                (ignore-errors (delete-file temp-file))