1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/lisp/cedet
Mattias Engdegård aa82fe9931 Use obarray-make instead of make-vector to create obarrays
This prepares for the introduction of an actual obarray type.

* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-dynamic-map)
(semantic-lex-spp-dynamic-map-stack, semantic-lex-make-spp-table):
* lisp/cedet/semantic/lex.el (semantic-lex-make-keyword-table)
(semantic-lex-make-type-table):
* lisp/completion.el (cmpl-prefix-obarray, cmpl-obarray)
(clear-all-completions):
* lisp/emacs-lisp/checkdoc.el (checkdoc-defun-info):
* lisp/emacs-lisp/eldoc.el (eldoc-message-commands)
(eldoc-edit-message-commands):
* lisp/mail/mail-extr.el (mail-extr-all-top-level-domains):
* lisp/mail/rmailkwd.el (rmail-label-obarray):
* lisp/net/dns.el (dns-cache):
* lisp/net/eww.el (eww-suggested-uris):
* lisp/net/imap.el (imap-open, imap-mailbox-select-1)
(imap-message-copyuid-1, imap-message-appenduid-1):
* lisp/obsolete/pgg.el (pgg-passphrase-cache, pgg-pending-timers):
* lisp/play/cookie1.el (cookie-cache):
* lisp/progmodes/cc-defs.el (c-lang-constants, c-define-lang-constant):
* lisp/progmodes/cc-langs.el (c-keywords-obarray):
* lisp/vc/vc-hooks.el (vc-file-prop-obarray):
* test/lisp/obarray-tests.el (obarrayp-test):
* test/src/minibuf-tests.el (minibuf-tests--strings-to-obarray):
Use obarray-make instead of obarray-make.
2024-02-23 13:02:27 +01:00
..
ede ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
semantic Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
srecode Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cedet-cscope.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet-files.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet-global.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
cedet-idutils.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
cedet.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ChangeLog.1 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
data-debug.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
ede.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mode-local.el Remove redundant apply with derived-mode-p 2024-02-12 02:43:35 +01:00
pulse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
semantic.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
srecode.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00