help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The last character of a file


From: Dan Anderson
Subject: Re: The last character of a file
Date: Thu, 06 Nov 2003 18:41:11 -0500

Try putting:

(setq require-final-newline nil)

in your .emacs

Documentation:
*Value of t says silently ensure a file ends in a newline when it is
saved.  Non-nil but not t says ask user whether to add a newline when
there isn't one. nil means don't add newlines.

-Dan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]