emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cc84a40: ; * lisp/files.el (save-some-buffers-defau


From: Eli Zaretskii
Subject: [Emacs-diffs] master cc84a40: ; * lisp/files.el (save-some-buffers-default-predicate): Add :version.
Date: Sat, 4 Feb 2017 11:00:22 +0000 (UTC)

branch: master
commit cc84a405f3d3eb99ac8d53721715bbd812cf9772
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; * lisp/files.el (save-some-buffers-default-predicate): Add :version.
---
 lisp/files.el |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/files.el b/lisp/files.el
index 03d6df4..b7d1048 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]