emacs-diffs
[Top][All Lists]
Advanced

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

master e73186a 09/16: * Rename comp-async-cu-done-functions → native-co


From: Andrea Corallo
Subject: master e73186a 09/16: * Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions
Date: Thu, 6 May 2021 11:16:24 -0400 (EDT)

branch: master
commit e73186a44644705ff50d2b819fd2eb213e713259
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions
    
    * 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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 54c51c6..93541fa 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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))



reply via email to

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