emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pkg d374cb202a 43/76: Revert "Use make-package instead of make-vector"


From: Gerd Moellmann
Subject: pkg d374cb202a 43/76: Revert "Use make-package instead of make-vector"
Date: Fri, 21 Oct 2022 00:16:13 -0400 (EDT)

branch: pkg
commit d374cb202a3ddf52f6bf0d8ce2843e517daff67f
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>

    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 8aee46211c..b3c9e96538 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]