emacs/lisp/mh-e
Stefan Kangas f60fc1287d Use 'hash-table-contains-p' in a few places
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'.
2025-03-29 14:59:44 +01:00
..
ChangeLog.1 Update copyright year to 2025 2025-01-01 07:39:17 +00:00
ChangeLog.2 Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-acros.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-alias.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-buffers.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-comp.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-e.el MH-E: set default-directory to HOME on entry 2025-03-27 14:57:14 -07:00
mh-folder.el MH-E: set default-directory to HOME on entry 2025-03-27 14:57:14 -07:00
mh-funcs.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-gnus.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-identity.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-inc.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-junk.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-letter.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-limit.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-mime.el Use defvar-keymap for some trivial keymaps 2025-03-16 13:48:11 +01:00
mh-print.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-scan.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-search.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
mh-seq.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-show.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-speed.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-thread.el Prefer incf to cl-incf in remaining files 2025-02-26 02:57:03 +01:00
mh-tool-bar.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00
mh-utils.el Use 'hash-table-contains-p' in a few places 2025-03-29 14:59:44 +01:00
mh-xface.el Update copyright year to 2025 2025-01-01 07:39:17 +00:00