diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-08 22:49:24 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-08 22:49:24 +0000 |
commit | dad36a540e1221620c0cf687ad6ef2283e6373e0 (patch) | |
tree | 1dab6a3331e1e05870083f16f1424fe7db65aea7 /lisp/man.el | |
parent | a8f7a0cb0a2585e9681ae2abea214c6f875ef14f (diff) | |
download | emacs-dad36a540e1221620c0cf687ad6ef2283e6373e0.tar.gz |
(Man-filter-list): Recognize "Rev" footers.
Diffstat (limited to 'lisp/man.el')
-rw-r--r-- | lisp/man.el | 1 |
1 files changed, 1 insertions, 0 deletions
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 |