[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 4e063bf 10/16: * Rename comp-async-all-done-hook → native-comp-a
From: |
Andrea Corallo |
Subject: |
master 4e063bf 10/16: * Rename comp-async-all-done-hook → native-comp-async-all-done-hook |
Date: |
Thu, 6 May 2021 11:16:24 -0400 (EDT) |
branch: master
commit 4e063bf8eb47cb87891a71021be636a33492f706
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>
* Rename comp-async-all-done-hook → native-comp-async-all-done-hook
* lisp/emacs-lisp/comp.el (native-comp-async-all-done-hook)
(comp-run-async-workers): Rename comp-async-all-done-hook →
native-comp-async-all-done-hook.
---
lisp/emacs-lisp/comp.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 93541fa..9756d1f 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -122,7 +122,7 @@ compilation."
:type 'hook
:version "28.1")
-(defcustom comp-async-all-done-hook nil
+(defcustom native-comp-async-all-done-hook nil
"Hook run after completing asynchronous compilation of all input files."
:type 'hook
:version "28.1")
@@ -3886,7 +3886,7 @@ processes from `comp-async-compilations'"
(defun comp-run-async-workers ()
"Start compiling files from `comp-files-queue' asynchronously.
-When compilation is finished, run `comp-async-all-done-hook' and
+When compilation is finished, run `native-comp-async-all-done-hook' and
display a message."
(if (or comp-files-queue
(> (comp-async-runnings) 0))
@@ -3958,7 +3958,7 @@ display a message."
when (>= (comp-async-runnings) (comp-effective-async-max-jobs))
do (cl-return)))
;; No files left to compile and all processes finished.
- (run-hooks 'comp-async-all-done-hook)
+ (run-hooks 'native-comp-async-all-done-hook)
(with-current-buffer (get-buffer-create comp-async-buffer-name)
(save-excursion
(goto-char (point-max))
- master 43f2969 02/16: Rename comp-speed -> native-comp-speed, (continued)
- master 43f2969 02/16: Rename comp-speed -> native-comp-speed, Andrea Corallo, 2021/05/06
- master 6595295 05/16: * Rename comp-always-compile → native-comp-always-compile, Andrea Corallo, 2021/05/06
- master 31ca1c3 07/16: Rename comp-never-optimize-functions → native-comp-never-optimize-functions, Andrea Corallo, 2021/05/06
- master 4e01605 11/16: * Rename comp-async-env-modifier-form → native-comp-async-env-modifier-form, Andrea Corallo, 2021/05/06
- master 419852a 13/16: * Rename comp-async-query-on-exit → native-comp-async-query-on-exit, Andrea Corallo, 2021/05/06
- master c90129c 12/16: * Rename comp-async-report-warnings-errors, Andrea Corallo, 2021/05/06
- master 94c69eb 03/16: Rename comp-debug -> native-comp-debug, Andrea Corallo, 2021/05/06
- master e73186a 09/16: * Rename comp-async-cu-done-functions → native-comp-async-cu-done-functions, Andrea Corallo, 2021/05/06
- master d8f84a1 08/16: * Rename comp-async-jobs-number → native-comp-async-jobs-number, Andrea Corallo, 2021/05/06
- master 6efd788 04/16: * Rename comp-verbose -> native-comp-verbose, Andrea Corallo, 2021/05/06
- master 4e063bf 10/16: * Rename comp-async-all-done-hook → native-comp-async-all-done-hook,
Andrea Corallo <=
- master 85b61c0 06/16: Rename comp-bootstrap-deny-list → native-comp-bootstrap-deny-list, Andrea Corallo, 2021/05/06
- master 901ce56 15/16: Rename comp-warning-on-missing-source, Andrea Corallo, 2021/05/06
- master 8c429a4 14/16: Rename comp-native-driver-options → native-comp-driver-options, Andrea Corallo, 2021/05/06
- master fbbcbed 16/16: Rename comp-eln-load-path → native-comp-eln-load-path, Andrea Corallo, 2021/05/06