1
0
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:
Luc Teirlinck 2005-04-24 14:50:42 +00:00
parent 9d1ffd5a91
commit 576ceeb302

View File

@ -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")