; 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:
Basil L. Contovounesios 2025-01-29 14:15:44 +01:00
parent cb62a47896
commit 25c254aa41
No known key found for this signature in database
GPG key ID: 598403058CAFA86C

View file

@ -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