Index: emacs/lisp/textmodes/page.el
diff -c emacs/lisp/textmodes/page.el:1.19 emacs/lisp/textmodes/page.el:1.20
*** emacs/lisp/textmodes/page.el:1.19 Sat Aug 6 17:41:15 2005
--- emacs/lisp/textmodes/page.el Sat Sep 10 15:21:20 2005
***************
*** 112,118 ****
(save-excursion
(goto-char (match-beginning 0)) ; was (beginning-of-line)
(looking-at page-delimiter)))
! (beginning-of-line))
(narrow-to-region (point)
(progn
;; Find the top of the page.
--- 112,118 ----
(save-excursion
(goto-char (match-beginning 0)) ; was (beginning-of-line)
(looking-at page-delimiter)))
! (goto-char (match-beginning 0))) ; was (beginning-of-line)
(narrow-to-region (point)
(progn
;; Find the top of the page.
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs