1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00
emacs/lisp/mh-e
Mattias Engdegård 79b1dede34 Use equal and member instead of eq and memq
* lisp/cedet/semantic/complete.el (semantic-displayer-show-request):
* lisp/descr-text.el (describe-char-categories):
* lisp/mh-e/mh-identity.el (mh-select-identity):
* lisp/transient.el (transient--delay-post-command)
(transient--post-command):
* lisp/vc/vc-git.el (vc-git-create-tag):
* test/lisp/emacs-lisp/cl-lib-tests.el
(cl-lib-nth-value-test-multiple-values):
* lisp/emulation/viper-cmd.el (viper-preserve-cursor-color):
Use `equal` instead of `eq` and `member` instead of `memq` where
the comparison is with literals without guaranteed identity.
In some cases this change corrects evident bugs, in others it is
mostly cosmetic.
2022-12-19 13:19:09 +01:00
..
ChangeLog.1 ; Fix typos 2022-11-18 16:02:19 +01:00
ChangeLog.2 ; Fix typos (duplicate words) 2022-11-17 09:34:24 +01:00
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 Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
mh-inc.el
mh-junk.el ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
mh-letter.el
mh-limit.el
mh-mime.el ; Fix typos (misspelled symbols) 2022-11-21 15:20:11 +01:00
mh-print.el
mh-scan.el ; Fix typos (misspelled symbols) 2022-11-21 15:20:11 +01:00
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