diff options
| author | Federico Tedin | 2018-08-06 19:53:05 -0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-08-11 12:24:04 +0300 |
| commit | c024a05e5990f0f9777ff88fffa02382b7522ccc (patch) | |
| tree | 7e3046c8280c4193130a9b5bbbfe7bc011d94d43 /etc | |
| parent | 33344ab911ed6933294b501cb28ff63012f7a567 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -196,6 +196,11 @@ from a remote host. | |||
| 196 | This triggers to search the program on the remote host as indicated by | 196 | This 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'. | ||
| 201 | When set to t, no message will be shown when auto-saving (default | ||
| 202 | value: nil). | ||
| 203 | |||
| 199 | 204 | ||
| 200 | * Editing Changes in Emacs 27.1 | 205 | * Editing Changes in Emacs 27.1 |
| 201 | 206 | ||