mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(mode-require-final-newline): Revert accidental change.
This commit is contained in:
parent
9d1ffd5a91
commit
576ceeb302
@ -307,8 +307,8 @@ whenever you save a file that really needs one."
|
||||
:type '(choice (const :tag "When visiting" visit)
|
||||
(const :tag "When saving" t)
|
||||
(const :tag "When visiting or saving" visit-save)
|
||||
(const :tag "Don't add newlines" nil)
|
||||
(other :tag "Ask" ask))
|
||||
(other :tag "Ask" ask)
|
||||
(const :tag "Don't add newlines" nil))
|
||||
:group 'editing-basics
|
||||
:version "22.1")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user