Remove another purecopy call in files.el
* lisp/files.el (save-some-buffers-action-alist): Don't call purecopy.
This commit is contained in:
parent
7024c66123
commit
526ef8950a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue