1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 15:21:51 -08:00
emacs/lisp/play
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
..
5x5.el
animate.el
blackbox.el
bubbles.el
cookie1.el Use obarray-make instead of make-vector to create obarrays 2024-02-23 13:02:27 +01:00
decipher.el doc: Delete extraneous quotes around keys 2024-01-21 14:09:34 +01:00
dissociate.el
doctor.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
dunnet.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
fortune.el
gamegrid.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
gametree.el
gomoku.el
handwrite.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
hanoi.el
life.el
morse.el
mpuz.el
pong.el
snake.el
solitaire.el
spook.el
studly.el
tetris.el
zone.el