]> git.eshelyaron.com Git - emacs.git/commitdiff
* comp.el : Fix typo introduced by f8b07ff4f3
authorAndrea Corallo <akrl@sdf.org>
Mon, 23 Mar 2020 22:27:17 +0000 (22:27 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 23 Mar 2020 22:27:17 +0000 (22:27 +0000)
lisp/emacs-lisp/comp.el

index c6f2ca13aab904528bd84371903107757d1d9bad..dfa9658a36c7fda2a5308e2134f34c35c6f79324 100644 (file)
@@ -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))))
 
 \f