comparison lisp/info.el @ 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 1bd4cf98df68
children a4341d92948a
comparison
equal deleted inserted replaced
3046:965eb3b38ba2 3047:fa1b6b4e8409
75 (".Z" . "uncompress") 75 (".Z" . "uncompress")
76 (".Y" . "unyabba") 76 (".Y" . "unyabba")
77 (".z" . "gunzip") 77 (".z" . "gunzip")
78 (".info.Z" . "uncompress") 78 (".info.Z" . "uncompress")
79 (".info.Y" . "unyabba") 79 (".info.Y" . "unyabba")
80 (".z" . "gunzip")) 80 (".info.z" . "gunzip"))
81 "List of file name suffixes and associated decoding commands. 81 "List of file name suffixes and associated decoding commands.
82 Each entry should be (SUFFIX . STRING); the file is given to 82 Each entry should be (SUFFIX . STRING); the file is given to
83 the command as standard input. If STRING is nil, no decoding is done.") 83 the command as standard input. If STRING is nil, no decoding is done.")
84 84
85 (defun info-insert-file-contents (filename &optional visit) 85 (defun info-insert-file-contents (filename &optional visit)