# HG changeset patch # User Gerd Moellmann # Date 975752088 0 # Node ID 559c35839090ece5b11925cc82dbc3ebc1cffe1c # Parent bdab37eba4fc47681d4889d268b79b032f09abb7 (next-line-add-newlines): Change default to nil. diff -r bdab37eba4fc -r 559c35839090 lisp/simple.el --- 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)