]> git.eshelyaron.com Git - emacs.git/commitdiff
(Man-init-defvars): Fix case in a char set range.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Feb 1997 17:42:19 +0000 (17:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Feb 1997 17:42:19 +0000 (17:42 +0000)
lisp/man.el

index 551aad8234638cc3a8505a90d93cf3ede869169c..5d405ad4ba2401f6e9f21a4285450d8ea9a9816c 100644 (file)
@@ -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'"