mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(mode-require-final-newline): Revert accidental change.
This commit is contained in:
parent
9d1ffd5a91
commit
576ceeb302
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue