/[emacs]/emacs/lisp/textmodes/page.el
ViewVC logotype

Diff of /emacs/lisp/textmodes/page.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.19 by ttn, Sat Aug 6 17:41:15 2005 UTC revision 1.20 by eliz, Sat Sep 10 15:21:20 2005 UTC
# Line 112  thus showing a page other than the one p Line 112  thus showing a page other than the one p
112               (save-excursion               (save-excursion
113                 (goto-char (match-beginning 0)) ; was (beginning-of-line)                 (goto-char (match-beginning 0)) ; was (beginning-of-line)
114                 (looking-at page-delimiter)))                 (looking-at page-delimiter)))
115          (beginning-of-line))          (goto-char (match-beginning 0))) ; was (beginning-of-line)
116      (narrow-to-region (point)      (narrow-to-region (point)
117                        (progn                        (progn
118                          ;; Find the top of the page.                          ;; Find the top of the page.

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26