Mercurial > emacs
changeset 61800:0b99c3114499
(mode-require-final-newline): Revert accidental change.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 24 Apr 2005 14:50:42 +0000 |
parents | e80931baa7c7 |
children | 063380bc7803 |
files | lisp/files.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sun Apr 24 14:50:20 2005 +0000 +++ b/lisp/files.el Sun Apr 24 14:50:42 2005 +0000 @@ -307,8 +307,8 @@ :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")