summaryrefslogtreecommitdiff
path: root/lisp/view.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 12:29:42 +0000
commitf1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch)
tree626b0db999b924834efc1f437eb47776ea6bd797 /lisp/view.el
parent37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff)
downloademacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/view.el')
-rw-r--r--lisp/view.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/view.el b/lisp/view.el
index 3f328fbaa15..96907371aec 100644
--- a/lisp/view.el
+++ b/lisp/view.el
@@ -700,7 +700,7 @@ Also set the mark at the position where point was."
; (goto-char (point-max))
; (beginning-of-line))
; (view-recenter))
-
+
(defun View-goto-line (&optional line)
"Move to first (or prefix LINE) line in View mode.
Display is centered at LINE.
@@ -792,7 +792,7 @@ If LINES is more than a window-full, only the last window-full is shown."
See also `View-scroll-page-forward'."
(interactive "P")
(view-scroll-lines lines t view-page-size nil))
-
+
(defun View-scroll-page-forward-set-page-size (&optional lines)
"Scroll forward LINES lines in View mode, setting the \"page size\".
This is the number of lines which \\[View-scroll-page-forward] and
@@ -866,7 +866,7 @@ invocations return to earlier marks."
(goto-char (or (mark t) (point-min)))
(pop-mark)
(view-recenter))
-
+
(defun View-search-regexp-forward (n regexp)
"Search forward for first (or prefix Nth) occurrence of REGEXP in View mode.