Remove another purecopy call in files.el

* lisp/files.el (save-some-buffers-action-alist): Don't call purecopy.
This commit is contained in:
Stefan Kangas 2024-12-15 19:08:20 +01:00
parent 7024c66123
commit 526ef8950a

View file

@ -6175,7 +6175,7 @@ Before and after saving the buffer, this function runs
(set-buffer-modified-p nil))
;; Return t so we don't ask about BUF again.
t)
,(purecopy "skip this buffer and mark it unmodified"))
"skip this buffer and mark it unmodified")
(?\C-r
,(lambda (buf)
(if (not enable-recursive-minibuffers)