mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
* 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. |
||
|---|---|---|
| .. | ||
| cua-base.el | ||
| cua-gmrk.el | ||
| cua-rect.el | ||
| edt-lk201.el | ||
| edt-mapper.el | ||
| edt-pc.el | ||
| edt-vt100.el | ||
| edt.el | ||
| keypad.el | ||
| viper-cmd.el | ||
| viper-ex.el | ||
| viper-init.el | ||
| viper-keym.el | ||
| viper-macs.el | ||
| viper-mous.el | ||
| viper-util.el | ||
| viper.el | ||