]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Use make-package instead of make-vector"
authorGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 06:28:13 +0000 (08:28 +0200)
committerGerd Möllmann <gerd@gnu.org>
Tue, 18 Oct 2022 06:28:13 +0000 (08:28 +0200)
This reverts commit 072e89afa119c0e35321edfb8bc0dfff89b6960d.

lisp/cedet/semantic/lex.el

index 8aee46211cc535433cf64c1d782c1189239576b3..b3c9e96538ca2c765d35e760c11f5bfeb6097cd9 100644 (file)
@@ -416,7 +416,7 @@ If optional argument PROPSPECS is non-nil, then interpret it, and
 apply those properties.
 PROPSPECS must be a list of (TYPE PROPERTY VALUE)."
   ;; Create the symbol hash table
-  (let* ((semantic-lex-types-obarray (make-package "semantic-lex-types-obarray"))
+  (let* ((semantic-lex-types-obarray (make-vector 13 0))
          spec type tokens token alist default)
     ;; fill it with stuff
     (while specs