1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00
emacs/test/lisp/emacs-lisp
Paul Eggert 313955110b Don’t attempt to modify constant strings
* lisp/bookmark.el (bookmark-bmenu-set-header):
Use copy-sequence instead of concat, for clarity.
Also, the byte-compiler optimizes (concat "a" "b") into "ab".
* lisp/button.el (make-text-button):
* test/lisp/erc/erc-track-tests.el (erc-track--erc-faces-in):
* test/lisp/password-cache-tests.el:
(password-cache-tests-add-and-remove)
(password-cache-tests-read-from-cache)
(password-cache-tests-in-cache-p, password-cache-tests-read)
(password-cache-tests-reset)
(password-cache-tests-add/expires-key)
(password-cache-tests-no-password-cache):
Don’t attempt to modify constant strings.
* lisp/progmodes/elisp-mode.el (elisp--xref-format)
(elisp--xref-format-extra):
Don’t attempt to modify constant strings via put-text-property.
* test/lisp/emacs-lisp/cl-macs-tests.el (cl-macs-loop-across-ref):
Don’t attempt to modify constant vectors or strings.
2020-05-16 22:25:07 -07:00
..
edebug-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
eieio-tests Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
faceup-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
faceup-tests Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
package-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
shadow-resources Use lexical-binding in most remaining emacs-lisp tests 2020-04-30 12:09:51 +02:00
testcover-resources Update copyright year to 2020 2020-01-01 00:59:52 +00:00
backquote-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
backtrace-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
benchmark-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bindat-tests.el Add new tests to bindat-tests.el 2020-04-29 09:52:34 +02:00
bytecomp-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
cconv-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
check-declare-tests.el Use lexical-binding in check-declare.el and add tests 2020-05-03 19:50:57 +02:00
checkdoc-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl-extra-tests.el Fix cl-concatenate (Bug#40180) 2020-03-22 23:06:31 -04:00
cl-generic-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl-lib-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl-macs-tests.el Don’t attempt to modify constant strings 2020-05-16 22:25:07 -07:00
cl-preloaded-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl-print-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cl-seq-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
derived-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
edebug-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ert-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ert-x-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
float-sup-tests.el Use lexical-binding in float-sup.el and add tests 2020-04-29 09:25:02 +02:00
generator-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
gv-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
let-alist-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lisp-mode-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lisp-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
map-tests.el Merge from origin/emacs-27 2020-02-06 07:50:29 -08:00
nadvice-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
package-tests.el Add new filter command to Package Menu (Bug#39903) 2020-05-09 18:19:35 +02:00
pcase-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
pp-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
regexp-opt-tests.el ; * test/lisp/emacs-lisp/regexp-opt-tests.el: Fix last change 2020-02-21 20:34:40 +01:00
ring-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rmc-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
rx-tests.el Suppress relint diagnostics in rx-tests.el 2020-04-05 15:16:32 +02:00
seq-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
shadow-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
subr-x-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
tabulated-list-test.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
testcover-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
text-property-search-tests.el Use lexical-binding in many emacs-lisp tests 2020-04-28 18:14:24 +02:00
thunk-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
timer-tests.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00