changeset 3047:fa1b6b4e8409

(Info-suffix-list): Fix duplicate .z to .info.z.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 May 1993 02:03:52 +0000
parents 965eb3b38ba2
children 96ff8e5744b2
files lisp/info.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.")