From: Gerd Moellmann Date: Sat, 2 Dec 2000 10:14:48 +0000 (+0000) Subject: (next-line-add-newlines): Change default to nil. X-Git-Tag: emacs-pretest-21.0.93~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95791033b84472a6a9aa689f83564a0d67b904e8;p=emacs.git (next-line-add-newlines): Change default to nil. --- diff --git a/lisp/simple.el b/lisp/simple.el index 6b7eaf3306c..f05abdcf276 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2350,7 +2350,7 @@ incremental search, \\[beginning-of-buffer], and \\[end-of-buffer]." (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)