From: Andrea Corallo Date: Mon, 23 Mar 2020 22:27:17 +0000 (+0000) Subject: * comp.el : Fix typo introduced by f8b07ff4f3 X-Git-Tag: emacs-28.0.90~2727^2~747 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73ced8c23ec3d5cdfa6d926af649235104707d85;p=emacs.git * comp.el : Fix typo introduced by f8b07ff4f3 --- 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))))