From: Richard M. Stallman Date: Thu, 10 Mar 1994 17:08:48 +0000 (+0000) Subject: (Man-filter-list): Don't insist on `...done' after `wait'. X-Git-Tag: emacs-19.34~9560 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fcb8a0c5102f21ae55a8e19297b30af04a7083c4;p=emacs.git (Man-filter-list): Don't insist on `...done' after `wait'. Match `Reformatting entry. Wait'. --- 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'"