comparison lisp/jka-compr.el @ 90147:e1fbb019c538

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-39 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 258-271) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 66) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 21 Apr 2005 05:59:53 +0000
parents 13796b0653c7 aaa0bead8bc5
children 08185296b491
comparison
equal deleted inserted replaced
90146:a4445dd2a017 90147:e1fbb019c538
196 invoked." 196 invoked."
197 :type '(repeat (vector regexp 197 :type '(repeat (vector regexp
198 (choice :tag "Compress Message" 198 (choice :tag "Compress Message"
199 (string :format "%v") 199 (string :format "%v")
200 (const :tag "No Message" nil)) 200 (const :tag "No Message" nil))
201 (string :tag "Compress Program") 201 (choice :tag "Compress Program"
202 (string)
203 (const :tag "None" nil))
202 (repeat :tag "Compress Arguments" string) 204 (repeat :tag "Compress Arguments" string)
203 (choice :tag "Uncompress Message" 205 (choice :tag "Uncompress Message"
204 (string :format "%v") 206 (string :format "%v")
205 (const :tag "No Message" nil)) 207 (const :tag "No Message" nil))
206 (string :tag "Uncompress Program") 208 (choice :tag "Uncompress Program"
209 (string)
210 (const :tag "None" nil))
207 (repeat :tag "Uncompress Arguments" string) 211 (repeat :tag "Uncompress Arguments" string)
208 (boolean :tag "Append") 212 (boolean :tag "Append")
209 (boolean :tag "Strip Extension") 213 (boolean :tag "Strip Extension")
210 (string :tag "Magic Bytes"))) 214 (string :tag "Magic Bytes")))
211 :group 'jka-compr) 215 :group 'jka-compr)