]> code.delx.au - gnu-emacs/blobdiff - lisp/info.el
(Info-suffix-list): Fix duplicate .z to .info.z.
[gnu-emacs] / lisp / info.el
index 672043a0fa342333e8c7330fd4689d7fdb1afbbd..e1b4766b679dd0046c06645aba0e2acda490ade9 100644 (file)
@@ -77,7 +77,7 @@ Marker points nowhere if file has no tag table.")
                            (".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.")