From: Andrea Corallo Date: Thu, 6 May 2021 12:49:31 +0000 (+0200) Subject: * Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions X-Git-Tag: emacs-28.0.90~2574 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e73186a44644705ff50d2b819fd2eb213e713259;p=emacs.git * 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. --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 54c51c6e34b..93541fa6d8f 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))