From 008d825ad346e2c8c5750c6bf0d9fa20ae911e5e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Feb 1997 17:42:19 +0000 Subject: [PATCH] (Man-init-defvars): Fix case in a char set range. --- lisp/man.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/man.el b/lisp/man.el index 551aad82346..5d405ad4ba2 100644 --- a/lisp/man.el +++ b/lisp/man.el @@ -354,7 +354,7 @@ This is necessary if one wants to dump man.el with emacs." "-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'" -- 2.39.5