]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-line-add-newlines): Change default to nil.
authorGerd Moellmann <gerd@gnu.org>
Sat, 2 Dec 2000 10:14:48 +0000 (10:14 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 2 Dec 2000 10:14:48 +0000 (10:14 +0000)
lisp/simple.el

index 6b7eaf3306cc836da36698a0f65947105df65c78..f05abdcf276716513b49d9c6f9306f005f0a91b2 100644 (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)