]> git.eshelyaron.com Git - emacs.git/commit
Use equal and member instead of eq and memq
authorMattias Engdegård <mattiase@acm.org>
Fri, 16 Dec 2022 11:17:33 +0000 (12:17 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 16 Dec 2022 18:18:34 +0000 (19:18 +0100)
commit6a390fd42ec4ef97d637899fc93f34ea65639e3c
treeab337c58990d9b187a64751309b761488266bbe5
parent6283b9233459d74f95e9b0300f025a49f9674fb9
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.
lisp/cedet/semantic/complete.el
lisp/descr-text.el
lisp/emulation/viper-cmd.el
lisp/mh-e/mh-identity.el
lisp/transient.el
lisp/vc/vc-git.el
test/lisp/emacs-lisp/cl-lib-tests.el