]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-require-final-newline): Revert accidental change.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 24 Apr 2005 14:50:42 +0000 (14:50 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 24 Apr 2005 14:50:42 +0000 (14:50 +0000)
lisp/files.el

index d80a806d239af0b3716d8e37871a80918130a02e..9edbcdc449e6891e3210ec755e71542620c8040b 100644 (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")