emacs/lisp/cedet
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
..
ede ; Fix typos 2022-11-20 12:59:39 +01:00
semantic Use equal and member instead of eq and memq 2022-12-16 19:18:34 +01:00
srecode ; Fix typos 2022-11-20 12:59:39 +01:00
cedet-cscope.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cedet-files.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cedet-global.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
cedet-idutils.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cedet.el ; * lisp/cedet/cedet.el: Delete stale comment. 2022-08-12 15:08:19 +02:00
ChangeLog.1 ; Fix typos 2022-11-20 12:59:39 +01:00
data-debug.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
ede.el ; Fix typos 2022-11-11 15:52:37 +01:00
mode-local.el mode-local: Revert the deprecation of buffer-local overrides 2022-05-22 16:13:17 -04:00
pulse.el ; Prefer HTTPS to HTTP in many URLs 2022-10-15 13:06:45 +02:00
semantic.el ; Fix typos 2022-11-20 12:59:39 +01:00
srecode.el Make some more cedet version variables obsolete 2022-08-12 16:10:20 +02:00