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:
parent
7708ced012
commit
95791033b8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user