* lisp/emacs-lisp/comp.el (comp-run-async-workers): Use `clrhash'.
This commit is contained in:
parent
c984a53b4e
commit
9c4c0af89d
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue