; Remove duplicate defvar in comp-run.el.
* lisp/emacs-lisp/comp-run.el (comp-async-compilations): Remove duplicate definition (bug#75925).
This commit is contained in:
parent
cb62a47896
commit
25c254aa41
1 changed files with 0 additions and 3 deletions
|
@ -161,9 +161,6 @@ LOAD and SELECTOR work as described in `native--compile-async'."
|
|||
(defvar comp-files-queue ()
|
||||
"List of Emacs Lisp files to be compiled.")
|
||||
|
||||
(defvar comp-async-compilations (make-hash-table :test #'equal)
|
||||
"Hash table file-name -> async compilation process.")
|
||||
|
||||
(defun comp--async-runnings ()
|
||||
"Return the number of async compilations currently running.
|
||||
This function has the side effect of cleaning-up finished
|
||||
|
|
Loading…
Add table
Reference in a new issue