From 73ced8c23ec3d5cdfa6d926af649235104707d85 Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Mon, 23 Mar 2020 22:27:17 +0000 Subject: [PATCH] * 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 c6f2ca13aab..dfa9658a36c 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)))) -- 2.39.5