1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 06:50:39 -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 Remove no-byte-compile cookie from some libraries 2022-08-08 11:50:33 +02:00
mh-alias.el Remove some XEmacs compat code from mh-alias.el 2022-08-08 18:18:50 +02:00
mh-buffers.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-comp.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-e.el Abolish max-specpdl-size (bug#57911) 2022-09-19 19:30:03 +02:00
mh-folder.el Make mh-colors-available-p obsolete 2022-08-24 06:38:36 +02:00
mh-funcs.el Delete many items obsolete since 24.3 2022-09-09 11:27:30 +02:00
mh-gnus.el ; Unconditionally require built-in libraries 2022-08-08 18:18:50 +02:00
mh-identity.el Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
mh-inc.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-junk.el ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
mh-letter.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-limit.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-mime.el ; Fix typos (misspelled symbols) 2022-11-21 15:20:11 +01:00
mh-print.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-scan.el ; Fix typos (misspelled symbols) 2022-11-21 15:20:11 +01:00
mh-search.el ; Unconditionally require built-in libraries 2022-08-08 18:18:50 +02:00
mh-seq.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
mh-show.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-speed.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-thread.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-tool-bar.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00
mh-utils.el Make mh-colors-available-p obsolete 2022-08-24 06:38:36 +02:00
mh-xface.el Clean up some local variable sections 2022-08-08 11:15:33 +02:00