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)
This commit is contained in:
parent
c024a05e59
commit
eefa51689c
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
|||
;; keyboard.c
|
||||
(meta-prefix-char keyboard character)
|
||||
(auto-save-interval auto-save integer)
|
||||
(auto-save-no-message auto-save boolean)
|
||||
(auto-save-no-message auto-save boolean "27.1")
|
||||
(auto-save-timeout auto-save (choice (const :tag "off" nil)
|
||||
(integer :format "%v")))
|
||||
(echo-keystrokes minibuffer number)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue