# HG changeset patch # User Gerd Moellmann # Date 975586598 0 # Node ID a1f20ca97c0bb373488956339838be0761c7646b # Parent 50b14d8d684be8422c98d2981e6b77f60d2b8d85 (tpu-forward-line): Use forward-visible-line. diff -r 50b14d8d684b -r a1f20ca97c0b lisp/emulation/tpu-extras.el --- a/lisp/emulation/tpu-extras.el Thu Nov 30 11:57:36 2000 +0000 +++ b/lisp/emulation/tpu-extras.el Thu Nov 30 12:16:38 2000 +0000 @@ -1,6 +1,6 @@ ;;; tpu-extras.el --- Scroll margins and free cursor mode for TPU-edt -;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc. ;; Author: Rob Riepel ;; Maintainer: Rob Riepel @@ -216,7 +216,7 @@ (interactive "p") (let ((beg (tpu-current-line))) (backward-char 1) - (forward-line (- 1 num)) + (forward-visible-line (- 1 num)) (tpu-top-check beg num))) (defun tpu-next-end-of-line (num)