comparison lisp/simple.el @ 35333:ac14700e2c6b

(next-line-add-newlines): Add :version.
author Dave Love <fx@gnu.org>
date Tue, 16 Jan 2001 12:13:43 +0000
parents 9c153544050c
children 382fba2f10a6
comparison
equal deleted inserted replaced
35332:95ff316255a5 35333:ac14700e2c6b
2364 (switch-to-buffer buffer))) 2364 (switch-to-buffer buffer)))
2365 2365
2366 (defcustom next-line-add-newlines nil 2366 (defcustom next-line-add-newlines nil
2367 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error." 2367 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error."
2368 :type 'boolean 2368 :type 'boolean
2369 :version "21.1"
2369 :group 'editing-basics) 2370 :group 'editing-basics)
2370 2371
2371 (defun next-line (arg) 2372 (defun next-line (arg)
2372 "Move cursor vertically down ARG lines. 2373 "Move cursor vertically down ARG lines.
2373 If there is no character in the target line exactly under the current column, 2374 If there is no character in the target line exactly under the current column,