From: Basil L. Contovounesios Date: Wed, 29 Jan 2025 13:15:44 +0000 (+0100) Subject: ; Remove duplicate defvar in comp-run.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1961e77a2775cdfb58b1a33a7a914ce5f56ad30a;p=emacs.git ; Remove duplicate defvar in comp-run.el. * lisp/emacs-lisp/comp-run.el (comp-async-compilations): Remove duplicate definition (bug#75925). (cherry picked from commit 25c254aa417baa9a5f8fd987e3467bd7a5f0de5b) --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index bd788b13b4e..bff0aa9802b 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -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