From 9afa72e8e6c422cc02cca010e9c07a03a87bdfd8 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 8 Jan 1996 22:49:24 +0000 Subject: [PATCH] (Man-filter-list): Recognize "Rev" footers. --- lisp/man.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/man.el b/lisp/man.el index 86270db1e39..a85ef90d3d5 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -353,6 +353,7 @@ This is necessary if one wants to dump man.el with emacs." "-e '/^[A-za-z].*Last[ \t]change:/d'" "-e '/^Sun[ \t]Release[ \t][0-9].*[0-9]$/d'" "-e '/[ \t]*Copyright [0-9]* UNIX System Laboratories, Inc.$/d'" + "-e '/^[ \t]*Rev\\..*Page [0-9][0-9]*$/d'" )) (cons Man-awk-command -- 2.39.2