]> git.eshelyaron.com Git - emacs.git/commitdiff
(forward-visible-line): Use forward-line, not
authorRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 21:01:42 +0000 (21:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 4 Jul 1997 21:01:42 +0000 (21:01 +0000)
vertical-motion, when moving backwards.

lisp/simple.el

index fac5987756de16e39114153065c5a40880aecc3c..54674c59ea9ee45b8e892a3dfde1130aac5e8bef 100644 (file)
@@ -1189,7 +1189,7 @@ If ARG is zero, move to the beginning of the current line."
                  (signal 'end-of-buffer nil)))
            (setq arg (1- arg)))
        (while (< arg 0)
-         (or (zerop (vertical-motion -1))
+         (or (zerop (forward-line -1))
              (signal 'beginning-of-buffer nil))
          (while (and (not (bobp))
                      (let ((prop