comparison lisp/prim/simple.el @ 24:4103f0995bd7 r19-15b95

Import from CVS: tag r19-15b95
author cvs
date Mon, 13 Aug 2007 08:51:03 +0200
parents 8fc7fe29b841
children 1917ad0d78d7
comparison
equal deleted inserted replaced
23:0edd3412f124 24:4103f0995bd7
1616 1616
1617 ;XEmacs: not yet ported, so avoid compiler warnings 1617 ;XEmacs: not yet ported, so avoid compiler warnings
1618 (eval-when-compile 1618 (eval-when-compile
1619 (defvar inhibit-point-motion-hooks)) 1619 (defvar inhibit-point-motion-hooks))
1620 1620
1621 (defvar line-move-ignore-invisible t 1621 (defvar line-move-ignore-invisible nil
1622 "*Non-nil means \\[next-line] and \\[previous-line] ignore invisible lines. 1622 "*Non-nil means \\[next-line] and \\[previous-line] ignore invisible lines.
1623 Outline mode sets this.") 1623 Outline mode sets this.")
1624 1624
1625 ;; This is the guts of next-line and previous-line. 1625 ;; This is the guts of next-line and previous-line.
1626 ;; Arg says how many lines to move. 1626 ;; Arg says how many lines to move.