From fcb8a0c5102f21ae55a8e19297b30af04a7083c4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 10 Mar 1994 17:08:48 +0000 Subject: [PATCH] (Man-filter-list): Don't insist on `...done' after `wait'. Match `Reformatting entry. Wait'. --- lisp/man.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index fa514efda05..66dbbf766a5 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -142,7 +142,8 @@ the associated section number.") '(("sed " (;;"-e 's/.\010//g'" "-e '/[Nn]o such file or directory/d'" - "-e '/Reformatting page. Wait... done/d'" + "-e '/Reformatting page. Wait/d'" + "-e '/Reformatting entry. Wait/d'" "-e '/^\\([A-Z][A-Z.]*([0-9A-Za-z][-0-9A-Za-z+]*)\\).*\\1$/d'" "-e '/^[ \\t]*Hewlett-Packard Company[ \\t]*- [0-9]* -.*$/d'" "-e '/^[ \\t]*Hewlett-Packard[ \\t]*- [0-9]* -.*$/d'" -- 2.39.5