1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -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 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
animate.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
blackbox.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
bubbles.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
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 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
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 ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gamegrid.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
gametree.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
gomoku.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
handwrite.el Merge from savannah/emacs-29 2024-01-02 10:28:14 +08:00
hanoi.el
life.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
morse.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
mpuz.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
pong.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
snake.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
solitaire.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
spook.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
studly.el
tetris.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
zone.el ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00