emacs-diffs
[Top][All Lists]
Advanced

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

feature/native-comp 73ced8c: * comp.el : Fix typo introduced by f8b07ff4


From: Andrea Corallo
Subject: feature/native-comp 73ced8c: * comp.el : Fix typo introduced by f8b07ff4f3
Date: Mon, 23 Mar 2020 18:28:20 -0400 (EDT)

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

    * comp.el : Fix typo introduced by f8b07ff4f3
---
 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 c6f2ca13..dfa9658 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -2191,7 +2191,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 :equal #'eq))
+      (setf comp-deferred-pending-h (make-hash-table :test #'eq))
       (message msg))))
 
 



reply via email to

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