summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shortdoc.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2023-11-21 22:12:08 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2024-01-13 20:50:39 +0100
commit11e467eb6004286765c1d8c408f8d773d9113aca (patch)
tree6e914997d0619db80a270f1a978077f1db7b7cc6 /lisp/emacs-lisp/shortdoc.el
parent7ad5d427730fea3865bc678c6673ffd58b6af653 (diff)
downloademacs-11e467eb6004286765c1d8c408f8d773d9113aca.tar.gz
emacs-11e467eb6004286765c1d8c408f8d773d9113aca.tar.bz2
emacs-11e467eb6004286765c1d8c408f8d773d9113aca.zip
Use key Qunbound instead of hash value hash_unused for free entries
Previously, free hash table entries were indicated by both hash value hash_unused and key Qunbound; we now rely on the latter only. This allows us to change the hash representation to one that does not have an unused value. * src/lisp.h (hash_unused): Remove. All uses adapted to calling hash_unused_entry_key_p on the key instead. The hash values for unused hash table entries are now undefined; all initialisation and assignment to hash_unused has been removed.
Diffstat (limited to 'lisp/emacs-lisp/shortdoc.el')
0 files changed, 0 insertions, 0 deletions