+2005-09-10 Alan Mackenzie <acm@muc.de>
+
+ * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
+ from the region narrowed to.
+
2005-09-10 Magnus Henoch <mange@freemail.hu>
* textmodes/ispell.el (ispell-check-version): Signal an error if
(save-excursion
(goto-char (match-beginning 0)) ; was (beginning-of-line)
(looking-at page-delimiter)))
- (beginning-of-line))
+ (goto-char (match-beginning 0))) ; was (beginning-of-line)
(narrow-to-region (point)
(progn
;; Find the top of the page.