comparison lisp/prim/simple.el @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents 27bc7f280385
children bcdc7deadc19
comparison
equal deleted inserted replaced
7:c153ca296910 8:4b173ad71786
1534 (widen)) 1534 (widen))
1535 (goto-char position) 1535 (goto-char position)
1536 (switch-to-buffer buffer))) 1536 (switch-to-buffer buffer)))
1537 1537
1538 1538
1539 (defvar next-line-add-newlines t 1539 ;;; After 8 years of waiting ... -sb
1540 (defvar next-line-add-newlines nil ; XEmacs
1540 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.") 1541 "*If non-nil, `next-line' inserts newline to avoid `end of buffer' error.")
1541 1542
1542 (defun next-line (arg) 1543 (defun next-line (arg)
1543 "Move cursor vertically down ARG lines. 1544 "Move cursor vertically down ARG lines.
1544 If there is no character in the target line exactly under the current column, 1545 If there is no character in the target line exactly under the current column,