From 58732bd4aa6015e8ae37baaf1ca7a2572a71ea59 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Thu, 31 Mar 1994 22:01:12 +0000 Subject: [PATCH] (Man-filter-list): New footer format to delete. --- lisp/man.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/man.el b/lisp/man.el index 53879eff066..64faa8d930d 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -147,6 +147,7 @@ the associated section number.") "-e '/^ *\\([A-Za-z][A-Za-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'" + "-e '/^ *- [0-9]* - *Formatted:.*[0-9]$/d'" "-e '/^ *Page [0-9]*.*(printed [0-9\\/]*)$/d'" "-e '/^Printed [0-9].*[0-9]$/d'" "-e '/^[ \\t]*X Version 1[01].*Release [0-9]/d'" -- 2.11.4.GIT