comparison lisp/prim/simple.el @ 100:4be1180a9e89 r20-1b2

Import from CVS: tag r20-1b2
author cvs
date Mon, 13 Aug 2007 09:15:11 +0200
parents 0d2f883870bc
children cf808b4c4290
comparison
equal deleted inserted replaced
99:2d83cbd90d8d 100:4be1180a9e89
1617 1617
1618 ;XEmacs: not yet ported, so avoid compiler warnings 1618 ;XEmacs: not yet ported, so avoid compiler warnings
1619 (eval-when-compile 1619 (eval-when-compile
1620 (defvar inhibit-point-motion-hooks)) 1620 (defvar inhibit-point-motion-hooks))
1621 1621
1622 (defvar line-move-ignore-invisible t 1622 (defvar line-move-ignore-invisible nil
1623 "*Non-nil means \\[next-line] and \\[previous-line] ignore invisible lines. 1623 "*Non-nil means \\[next-line] and \\[previous-line] ignore invisible lines.
1624 Outline mode sets this.") 1624 Outline mode sets this.")
1625 1625
1626 ;; This is the guts of next-line and previous-line. 1626 ;; This is the guts of next-line and previous-line.
1627 ;; Arg says how many lines to move. 1627 ;; Arg says how many lines to move.