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 Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
cua-gmrk.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cua-rect.el Audit quoting the quote character in doc strings 2022-04-22 16:17:22 +02:00
edt-lk201.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-mapper.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-pc.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt-vt100.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
edt.el Make point-at-eol and point-at-bol obsolete 2022-08-23 04:54:57 +02:00
keypad.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
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 Prefer defvar-keymap in some trivial cases 2022-07-20 09:27:30 +02:00
viper-macs.el ; Minor doc fix in Viper 2022-08-30 21:31:17 +02:00
viper-mous.el Fix handling double-click-time nil or t 2022-05-02 12:03:08 +02:00
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