mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
; * lisp/files.el (save-some-buffers-default-predicate): Add :version.
This commit is contained in:
parent
78f841d6db
commit
cc84a405f3
1 changed files with 2 additions and 1 deletions
|
|
@ -5139,7 +5139,8 @@ Before and after saving the buffer, this function runs
|
|||
This allows you to stop `save-some-buffers' from asking
|
||||
about certain files that you'd usually rather not save."
|
||||
:group 'auto-save
|
||||
:type 'function)
|
||||
:type 'function
|
||||
:version "26.1")
|
||||
|
||||
(defun save-some-buffers (&optional arg pred)
|
||||
"Save some modified file-visiting buffers. Asks user about each one.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue