1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 20:00:35 -08:00
emacs/test/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
..
bookmark-resources
calc
calendar
cedet
custom-resources
emacs-lisp
emulation
erc
eshell
gnus
image
international
mail
net
nxml
obsolete
org
play
progmodes
so-long-tests
term
textmodes
url
vc
abbrev-tests.el
apropos-tests.el
arc-mode-tests.el
auth-source-pass-tests.el
auth-source-tests.el
autoinsert-tests.el
autorevert-tests.el
bookmark-tests.el
buff-menu-tests.el
button-tests.el
char-fold-tests.el
color-tests.el
comint-tests.el
custom-tests.el
dabbrev-tests.el
delim-col-tests.el
descr-text-tests.el
dired-aux-tests.el
dired-tests.el
dired-x-tests.el
dom-tests.el
electric-tests.el
elide-head-tests.el
epg-tests.el
faces-tests.el
ffap-tests.el
filenotify-tests.el
files-tests.el
files-x-tests.el
font-lock-tests.el
format-spec-tests.el
help-fns-tests.el
help-mode-tests.el
help-tests.el
hi-lock-tests.el
htmlfontify-tests.el
ibuffer-tests.el
ido-tests.el
image-file-tests.el
image-tests.el
imenu-tests.el
info-xref-tests.el
isearch-tests.el
jit-lock-tests.el
json-tests.el
jsonrpc-tests.el
kmacro-tests.el
ls-lisp-tests.el
makesum-tests.el
man-tests.el
md4-tests.el
minibuffer-tests.el
misc-tests.el
mouse-tests.el
obarray-tests.el
paren-tests.el
password-cache-tests.el
ps-print-tests.el
register-tests.el
replace-tests.el
rot13-tests.el
scroll-lock-tests.el
ses-tests.el
shadowfile-tests.el
shell-tests.el
simple-tests.el
sort-tests.el
soundex-tests.el
startup-tests.el
subr-tests.el
tabify-tests.el
tar-mode-tests.el
tempo-tests.el
term-tests.el
thingatpt-tests.el
thread-tests.el
time-stamp-tests.el
timezone-tests.el
version-tests.el
wdired-tests.el
whitespace-tests.el
wid-edit-tests.el
xdg-tests.el
xml-tests.el
xt-mouse-tests.el