emacs/test/lisp/emacs-lisp
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
..
bytecomp-resources Don't rewrite set to setq of lexical variables 2022-09-22 14:54:15 +02:00
edebug-resources ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
eieio-tests ; Fix typos (don't abbreviate "with" or "without") 2022-12-01 16:36:09 +01:00
faceup-resources ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
faceup-tests ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
macroexp-resources ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
package-resources Add missing elpa-package.eld to package test resources 2022-11-17 20:55:04 +01:00
pp-resources Fix pp-emacs-lisp-code printing of cons cells 2022-05-17 19:45:20 +02:00
shadow-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
testcover-resources Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
backquote-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
backtrace-tests.el Prefer pos-bol and pos-eol in tests 2022-08-21 17:45:04 +02:00
benchmark-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
bindat-tests.el Bindat (src, strz): Operate on vectors too 2022-10-21 11:26:36 -04:00
bytecomp-tests.el Warn about unmatchable constant args to eq, memq etc 2022-12-14 19:30:16 +01:00
cconv-tests.el ; Fix typos 2022-12-16 08:29:28 +01:00
check-declare-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
checkdoc-tests.el ; Fix typos 2022-12-16 08:29:28 +01:00
cl-extra-tests.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
cl-generic-tests.el cl-generic: Fix advertised-calling-convention declarations 2022-10-16 12:01:47 -04:00
cl-lib-tests.el Use equal and member instead of eq and memq 2022-12-16 19:18:34 +01:00
cl-macs-tests.el Fix &key parameters called without arguments (bug#58714) 2022-11-11 14:13:46 +01:00
cl-preloaded-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-print-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
cl-seq-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
comp-cstr-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
comp-tests.el Fix and expand tests broken by commit 2772ebe366 of 2022-11-28 2022-12-03 12:23:02 +01:00
copyright-tests.el Fix copyright-fix-years, use a dash to separate years in a range 2022-01-28 15:23:05 +01:00
derived-tests.el ; * test/lisp/emacs-lisp/derived-tests.el: Silence byte-compiler. 2022-01-26 00:44:00 +01:00
easy-mmode-tests.el Move buffer-local-set-state to subr because it's used at runtime 2022-05-06 16:09:38 +02:00
edebug-tests.el Don't bind `s' in the normal backtrace map 2022-09-09 19:29:21 +02:00
ert-tests.el Fix EMBA failure for ert-test-record-backtrace 2022-03-12 22:40:49 +01:00
ert-x-tests.el ert-x: New `ert-with-test-buffer-selected' convenience macro 2022-09-11 13:46:30 +02:00
find-func-tests.el ; Fix typos 2022-12-16 08:29:28 +01:00
float-sup-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
generator-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
gv-tests.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
hierarchy-tests.el Fix failing test for package Hierarchy 2022-10-28 10:33:18 +03:00
icons-tests.el Add support for user-customizable icons 2022-07-28 14:39:38 +02:00
let-alist-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
lisp-mnt-tests.el ; Normalize GPLv3 license statements in new files 2022-12-09 00:13:00 +01:00
lisp-mode-tests.el Disable a lisp-mode test that now fails 2022-08-23 12:49:13 +02:00
lisp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
macroexp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
map-tests.el Audit some plist uses with new predicate argument 2022-10-22 19:33:12 +03:00
memory-report-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
multisession-tests.el ; Add 2022 to copyright years. 2022-01-01 07:07:15 -05:00
nadvice-tests.el * test/lisp/emacs-lisp/nadvice-tests.el: Re-add no-byte-compile. 2022-08-08 13:47:15 +02:00
oclosure-tests.el (oclosure-test-limits): Fix test failure when interpreted 2022-06-26 13:15:15 -04:00
package-tests.el package.el: Understand a few more variations in tarball formats 2022-10-08 12:19:40 -04:00
pcase-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
pp-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
range-tests.el Reduce code duplication in parts of (auto)load&defalias 2022-01-28 13:19:11 -05:00
regexp-opt-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
ring-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
rmc-tests.el Make `?' work again in read-multiple-choice 2022-03-17 12:55:39 +01:00
rx-tests.el Fix pcase rx patterns using rx-let bindings (bug#59814) 2022-12-11 16:49:06 +01:00
seq-tests.el Add 'seq-keep' 2022-10-04 21:44:52 +02:00
shadow-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
shortdoc-tests.el Test that buffer exists in shortdoc-all-groups-work 2022-01-04 03:52:42 +01:00
subr-x-tests.el Fix 'add-display-text-property' when OBJECT is non-nil 2022-12-06 14:41:36 +02:00
syntax-tests.el ; Fix typos (prefer US spelling) 2022-11-18 13:06:55 +01:00
tabulated-list-tests.el ; Fix tabulated-list-mode tests after revert 2022-01-11 06:17:59 +01:00
testcover-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
text-property-search-tests.el Make two text-property-search tests easier to read 2022-06-29 13:54:51 +02:00
thunk-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
timer-tests.el Merge from origin/emacs-28 2022-01-01 07:03:03 -05:00
unsafep-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00
vtable-tests.el Add a new library to format variable-pitch tables 2022-02-19 13:16:28 +01:00
warnings-tests.el ; Add 2022 to copyright years. 2022-01-01 02:45:51 -05:00