(next-line-add-newlines): Change default to nil.
This commit is contained in:
parent
7708ced012
commit
95791033b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue