Mercurial > emacs
comparison lisp/jka-compr.el @ 34332:8a132d69a4df
(jka-compr-compression-info-list): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 07 Dec 2000 12:14:58 +0000 |
parents | c33775f5049b |
children | b7a670811d36 |
comparison
equal
deleted
inserted
replaced
34331:7b91d8c3787f | 34332:8a132d69a4df |
---|---|
192 (string :format "%v") | 192 (string :format "%v") |
193 (const :tag "No Message" nil)) | 193 (const :tag "No Message" nil)) |
194 (string :tag "Uncompress Program") | 194 (string :tag "Uncompress Program") |
195 (repeat :tag "Uncompress Arguments" string) | 195 (repeat :tag "Uncompress Arguments" string) |
196 (boolean :tag "Append") | 196 (boolean :tag "Append") |
197 (boolean :tag "Auto Mode"))) | 197 (boolean :tag "Strip Extension") |
198 (string :tag "Magic Bytes"))) | |
198 :group 'jka-compr) | 199 :group 'jka-compr) |
199 | 200 |
200 (defvar jka-compr-mode-alist-additions | 201 (defvar jka-compr-mode-alist-additions |
201 (list (cons "\\.tgz\\'" 'tar-mode)) | 202 (list (cons "\\.tgz\\'" 'tar-mode)) |
202 "A list of pairs to add to `auto-mode-alist' when jka-compr is installed.") | 203 "A list of pairs to add to `auto-mode-alist' when jka-compr is installed.") |