]> git.eshelyaron.com Git - emacs.git/commitdiff
Partially revert "Remove obarrays"
authorGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 06:35:41 +0000 (08:35 +0200)
committerGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 06:35:41 +0000 (08:35 +0200)
lisp/emacs-lisp/eldoc.el

index c80a872e9717b9512e941f6f6e82766fa0fc6567..6fd89a690dc6b366460ae74f88da70072d3c2bf8 100644 (file)
@@ -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