From 95791033b84472a6a9aa689f83564a0d67b904e8 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 2 Dec 2000 10:14:48 +0000 Subject: [PATCH] (next-line-add-newlines): Change default to nil. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5