From d374cb202a3ddf52f6bf0d8ce2843e517daff67f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Tue, 18 Oct 2022 08:28:13 +0200 Subject: [PATCH] Revert "Use make-package instead of make-vector" This reverts commit 072e89afa119c0e35321edfb8bc0dfff89b6960d. --- lisp/cedet/semantic/lex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/cedet/semantic/lex.el b/lisp/cedet/semantic/lex.el index 8aee46211cc..b3c9e96538c 100644 --- a/lisp/cedet/semantic/lex.el +++ b/lisp/cedet/semantic/lex.el @@ -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 -- 2.39.2