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 /lisp | |
| 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 'lisp')
| -rw-r--r-- | lisp/cus-start.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index f31d1df3097..0d4b9687487 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -345,6 +345,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of | |||
| 345 | ;; keyboard.c | 345 | ;; keyboard.c |
| 346 | (meta-prefix-char keyboard character) | 346 | (meta-prefix-char keyboard character) |
| 347 | (auto-save-interval auto-save integer) | 347 | (auto-save-interval auto-save integer) |
| 348 | (auto-save-no-message auto-save boolean) | ||
| 348 | (auto-save-timeout auto-save (choice (const :tag "off" nil) | 349 | (auto-save-timeout auto-save (choice (const :tag "off" nil) |
| 349 | (integer :format "%v"))) | 350 | (integer :format "%v"))) |
| 350 | (echo-keystrokes minibuffer number) | 351 | (echo-keystrokes minibuffer number) |