1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(Man-filter-list): Recognize "Rev" footers.

This commit is contained in:
Karl Heuer 1996-01-08 22:49:24 +00:00
parent 04f3a6563a
commit 9afa72e8e6

View File

@ -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