diff lisp/page.el @ 446:1ccc32a20af4 r21-2-38

Import from CVS: tag r21-2-38
author cvs
date Mon, 13 Aug 2007 11:37:21 +0200
parents 41ff10fd062f
children 6f72d9a709c3
line wrap: on
line diff
--- a/lisp/page.el	Mon Aug 13 11:36:20 2007 +0200
+++ b/lisp/page.el	Mon Aug 13 11:37:21 2007 +0200
@@ -53,7 +53,7 @@
     (and (save-excursion (re-search-backward page-delimiter nil t))
 	 (= (match-end 0) (point))
 	 (goto-char (match-beginning 0)))
-    (forward-char -1)
+    (backward-char 1)
     (if (re-search-backward page-delimiter nil t)
 	;; We found one--move to the end of it.
 	(goto-char (match-end 0))