aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2017-02-04 12:59:41 +0200
committerEli Zaretskii2017-02-04 12:59:41 +0200
commitcc84a405f3d3eb99ac8d53721715bbd812cf9772 (patch)
tree0490566cffec6408edf63364c0a557431e355c19
parent78f841d6db77f8b72d6d7d221af26efb956ab6cb (diff)
downloademacs-cc84a405f3d3eb99ac8d53721715bbd812cf9772.tar.gz
emacs-cc84a405f3d3eb99ac8d53721715bbd812cf9772.zip
; * lisp/files.el (save-some-buffers-default-predicate): Add :version.
-rw-r--r--lisp/files.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 03d6df4c037..b7d104853c3 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -5139,7 +5139,8 @@ Before and after saving the buffer, this function runs
5139This allows you to stop `save-some-buffers' from asking 5139This allows you to stop `save-some-buffers' from asking
5140about certain files that you'd usually rather not save." 5140about certain files that you'd usually rather not save."
5141 :group 'auto-save 5141 :group 'auto-save
5142 :type 'function) 5142 :type 'function
5143 :version "26.1")
5143 5144
5144(defun save-some-buffers (&optional arg pred) 5145(defun save-some-buffers (&optional arg pred)
5145 "Save some modified file-visiting buffers. Asks user about each one. 5146 "Save some modified file-visiting buffers. Asks user about each one.