diff options
| author | Eli Zaretskii | 2018-08-11 12:55:52 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-08-11 12:55:52 +0300 |
| commit | eefa51689cc9f33942ae58f34397aa9f71d7243c (patch) | |
| tree | bea5e72610ad91505fa47f44c9f458105d52fa5f | |
| parent | c024a05e5990f0f9777ff88fffa02382b7522ccc (diff) | |
| download | emacs-eefa51689cc9f33942ae58f34397aa9f71d7243c.tar.gz emacs-eefa51689cc9f33942ae58f34397aa9f71d7243c.zip | |
Give auto-save-no-message a proper version attribute
* lisp/cus-start.el (standard): Give 'auto-save-no-message' the
proper version attribute. (Bug#31039)
| -rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 0d4b9687487..1a5b3caea23 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el | |||
| @@ -345,7 +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-no-message auto-save boolean "27.1") |
| 349 | (auto-save-timeout auto-save (choice (const :tag "off" nil) | 349 | (auto-save-timeout auto-save (choice (const :tag "off" nil) |
| 350 | (integer :format "%v"))) | 350 | (integer :format "%v"))) |
| 351 | (echo-keystrokes minibuffer number) | 351 | (echo-keystrokes minibuffer number) |