aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFederico Tedin2018-08-06 19:53:05 -0300
committerEli Zaretskii2018-08-11 12:24:04 +0300
commitc024a05e5990f0f9777ff88fffa02382b7522ccc (patch)
tree7e3046c8280c4193130a9b5bbbfe7bc011d94d43 /etc
parent33344ab911ed6933294b501cb28ff63012f7a567 (diff)
downloademacs-c024a05e5990f0f9777ff88fffa02382b7522ccc.tar.gz
emacs-c024a05e5990f0f9777ff88fffa02382b7522ccc.zip
Add variable auto-save-no-message
* src/keyboard.c (auto-save-no-message): New variable, allows suppressing auto-saving message. * lisp/cus-start.el (standard): Add 'auto-save-no-message' variable. * doc/emacs/files.texi (Auto Save): Document 'auto-save-no-message'. * etc/NEWS: Mention 'auto-save-no-message'. (Bug#31039)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0b1e6499f41..d918ef3f8b4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -196,6 +196,11 @@ from a remote host.
196This triggers to search the program on the remote host as indicated by 196This triggers to search the program on the remote host as indicated by
197'default-directory'. 197'default-directory'.
198 198
199+++
200** New variable 'auto-save-no-message'.
201When set to t, no message will be shown when auto-saving (default
202value: nil).
203
199 204
200* Editing Changes in Emacs 27.1 205* Editing Changes in Emacs 27.1
201 206