1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 01:42:37 -07:00
emacs/lisp/vc
Mattias Engdegård 6a390fd42e 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-16 19:18:34 +01:00
..
add-log.el ; Fix typos 2022-11-18 16:02:19 +01:00
compare-w.el
cvs-status.el
diff-mode.el ; Fix typos (prefer US spelling) 2022-11-18 13:06:55 +01:00
diff.el
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el
ediff-ptch.el
ediff-util.el ; Fix typos 2022-11-18 16:02:19 +01:00
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el
smerge-mode.el
vc-annotate.el
vc-bzr.el
vc-cvs.el
vc-dav.el ; Fix typos 2022-11-18 16:02:19 +01:00
vc-dir.el
vc-dispatcher.el
vc-filewise.el
vc-git.el Use equal and member instead of eq and memq 2022-12-16 19:18:34 +01:00
vc-hg.el
vc-hooks.el
vc-rcs.el ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
vc-sccs.el
vc-src.el
vc-svn.el
vc.el Don't use diff-mode buffer as a patch when it's visiting a file (bug#59962) 2022-12-11 19:24:34 +02:00