mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
This replaces open coded versions of the common idiom
(not (eq (gethash key table 'missing) 'missing))
with
(hash-table-contains-p key table)
in files where we can rely on features in Emacs 31.
* lisp/emacs-lisp/map.el (map-contains-key):
* lisp/external-completion.el (external-completion-table):
* lisp/mh-e/mh-utils.el (mh-sub-folders)
(mh-remove-from-sub-folders-cache):
* lisp/net/ange-ftp.el (ange-ftp-hash-entry-exists-p):
* lisp/password-cache.el (password-in-cache-p, password-cache-add):
* lisp/pcmpl-x.el (pcmpl-x-tlmgr-action-options):
* lisp/xdg.el (xdg-mime-apps): Use 'hash-table-contains-p'.
|
||
|---|---|---|
| .. | ||
| ChangeLog.1 | ||
| ChangeLog.2 | ||
| mh-acros.el | ||
| mh-alias.el | ||
| mh-buffers.el | ||
| mh-comp.el | ||
| mh-e.el | ||
| mh-folder.el | ||
| mh-funcs.el | ||
| mh-gnus.el | ||
| mh-identity.el | ||
| mh-inc.el | ||
| mh-junk.el | ||
| mh-letter.el | ||
| mh-limit.el | ||
| mh-mime.el | ||
| mh-print.el | ||
| mh-scan.el | ||
| mh-search.el | ||
| mh-seq.el | ||
| mh-show.el | ||
| mh-speed.el | ||
| mh-thread.el | ||
| mh-tool-bar.el | ||
| mh-utils.el | ||
| mh-xface.el | ||