From: Gerd Möllmann Date: Tue, 18 Oct 2022 06:35:41 +0000 (+0200) Subject: Partially revert "Remove obarrays" X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13010d7bd091d9dcb67f58a1727575d69526fd02;p=emacs.git Partially revert "Remove obarrays" --- diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index c80a872e971..6fd89a690dc 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -146,7 +146,7 @@ Remember to keep it a prime number to improve hash performance.") (defvar eldoc-message-commands ;; Don't define as `defconst' since it would then go to (read-only) purespace. - (make-package "eldoc-message-commands") + (make-vector eldoc-message-commands-table-size 0) "Commands after which it is appropriate to print in the echo area. ElDoc does not try to print function arglists, etc., after just any command, because some commands print their own messages in the echo area and these