diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-12-16 12:17:33 +0100 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-12-19 13:19:09 +0100 |
commit | 79b1dede3444c07f943be34867bb2cdac236ab55 (patch) | |
tree | 2a684ddb239e9faee449d904de02ffa65e2a6007 /lisp/emacs-lisp/debug.el | |
parent | 33af5371988e6329aa7e76ef4ae7fabb9ed72cf5 (diff) | |
download | emacs-79b1dede3444c07f943be34867bb2cdac236ab55.tar.gz emacs-79b1dede3444c07f943be34867bb2cdac236ab55.tar.bz2 emacs-79b1dede3444c07f943be34867bb2cdac236ab55.zip |
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.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions