changeset 34101:559c35839090

(next-line-add-newlines): Change default to nil.
author Gerd Moellmann <gerd@gnu.org>
date Sat, 02 Dec 2000 10:14:48 +0000
parents bdab37eba4fc
children e52209af2438
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Fri Dec 01 22:15:12 2000 +0000
+++ b/lisp/simple.el	Sat Dec 02 10:14:48 2000 +0000
@@ -2350,7 +2350,7 @@
     (goto-char position)
     (switch-to-buffer buffer)))
 
-(defcustom next-line-add-newlines t
+(defcustom next-line-add-newlines nil
   "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error."
   :type 'boolean
   :group 'editing-basics)