1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00
emacs/lisp/emulation
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
..
cua-base.el
cua-gmrk.el
cua-rect.el
edt-lk201.el
edt-mapper.el
edt-pc.el
edt-vt100.el
edt.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
keypad.el
viper-cmd.el Use equal and member instead of eq and memq 2022-12-19 13:19:09 +01:00
viper-ex.el Remove more XEmacs compat code from viper-util.el 2022-08-03 11:32:44 +02:00
viper-init.el ; Delete not-useful comments referring to Emacs 19. 2022-08-19 18:05:51 +02:00
viper-keym.el
viper-macs.el ; Minor doc fix in Viper 2022-08-30 21:31:17 +02:00
viper-mous.el
viper-util.el Fix some recently introduced byte-compiler warnings 2022-08-17 12:52:56 +02:00
viper.el ; * lisp/emulation/viper.el: Bump version to match variable. 2022-08-13 13:19:12 +02:00