1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

(next-line-add-newlines): Change default to nil.

This commit is contained in:
Gerd Moellmann 2000-12-02 10:14:48 +00:00
parent 7708ced012
commit 95791033b8

View File

@ -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)