# HG changeset patch # User Richard M. Stallman # Date 738295432 0 # Node ID fa1b6b4e84093db5a61449912c0a86329ac46dc2 # Parent 965eb3b38ba2f65cd18b76c6fe575e1f51457ae2 (Info-suffix-list): Fix duplicate .z to .info.z. diff -r 965eb3b38ba2 -r fa1b6b4e8409 lisp/info.el --- a/lisp/info.el Tue May 25 01:05:04 1993 +0000 +++ b/lisp/info.el Tue May 25 02:03:52 1993 +0000 @@ -77,7 +77,7 @@ (".z" . "gunzip") (".info.Z" . "uncompress") (".info.Y" . "unyabba") - (".z" . "gunzip")) + (".info.z" . "gunzip")) "List of file name suffixes and associated decoding commands. Each entry should be (SUFFIX . STRING); the file is given to the command as standard input. If STRING is nil, no decoding is done.")