Mercurial > emacs
changeset 16974:f4eb94106c89
(Man-init-defvars): Fix case in a char set range.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 04 Feb 1997 17:42:19 +0000 |
parents | 39569e1b84b2 |
children | 188c4da9bf5d |
files | lisp/man.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/man.el Mon Feb 03 18:02:26 1997 +0000 +++ b/lisp/man.el Tue Feb 04 17:42:19 1997 +0000 @@ -354,7 +354,7 @@ "-e '/^[ \t]*Page[ \t][0-9]*.*(printed[ \t][0-9\\/]*)$/d'" "-e '/^Printed[ \t][0-9].*[0-9]$/d'" "-e '/^[ \t]*X[ \t]Version[ \t]1[01].*Release[ \t][0-9]/d'" - "-e '/^[A-za-z].*Last[ \t]change:/d'" + "-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'"