Variable: pgg-parse-compression-algorithm-alist

pgg-parse-compression-algorithm-alist is a customizable variable defined in pgg-parse.el.gz.

Value

((0) (1 . ZIP) (2 . ZLIB))

Documentation

Alist of the assigned number to the compression algorithm.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-parse.el.gz
(defcustom pgg-parse-compression-algorithm-alist
  '((0 . nil); Uncompressed
    (1 . ZIP)
    (2 . ZLIB))
  "Alist of the assigned number to the compression algorithm."
  :type '(repeat
	  (cons (sexp :tag "Number") (sexp :tag "Type"))))