HP-UX 8.07 uses "Reformatting entry" message instead of "Reformatting
authorChris Hanson <org/chris-hanson/cph>
Tue, 25 Aug 1992 19:27:22 +0000 (19:27 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 25 Aug 1992 19:27:22 +0000 (19:27 +0000)
page".

v7/src/edwin/manual.scm

index 55b161a48b9104006e9f5e5b1026736eaba1a7e6..2cfa5c8a2985775438d38a652649c7a06779d709 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/manual.scm,v 1.9 1992/04/04 13:06:35 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/manual.scm,v 1.10 1992/08/25 19:27:22 cph Exp $
 ;;;
 ;;;    Copyright (c) 1991-92 Massachusetts Institute of Technology
 ;;;
@@ -120,7 +120,7 @@ where SECTION is the desired section of the manual, as in `tty(4)'."
                        false)
       (delete-match))
   ;; Nuke "Reformatting page" message, plus trailing blank lines.
-  (if (re-match-forward "Reformatting page.*\n\\([ \t]*\n\\)*"
+  (if (re-match-forward "Reformatting \\(page\\|entry\\).*\n\\([ \t]*\n\\)*"
                        (buffer-start buffer)
                        (buffer-end buffer)
                        false)