emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 9c4c0af 01/10: * lisp/emacs-lisp/comp.el (comp-run-a


From: Andrea Corallo
Subject: feature/native-comp 9c4c0af 01/10: * lisp/emacs-lisp/comp.el (comp-run-async-workers): Use `clrhash'.
Date: Sat, 25 Apr 2020 17:31:23 -0400 (EDT)

branch: feature/native-comp
commit 9c4c0af89d88f5b4a9124741f64915c5378f1283
Author: Andrea Corallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * lisp/emacs-lisp/comp.el (comp-run-async-workers): Use `clrhash'.
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 42c40aa..e96de27 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2230,7 +2230,7 @@ display a message."
           (insert msg "\n")))
       ;; `comp-deferred-pending-h' should be empty at this stage.
       ;; Reset it anyway.
-      (setf comp-deferred-pending-h (make-hash-table :test #'eq))
+      (clrhash comp-deferred-pending-h)
       (message msg))))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]