]> code.delx.au - gnu-emacs/blobdiff - lisp/jka-cmpr-hook.el
Sync with Tramp 2.2.2.
[gnu-emacs] / lisp / jka-cmpr-hook.el
index e1cf2a661ed735445a9e377e295916db43d73220..d28fde0b214fb859ee25abee02742063ef6676cf 100644 (file)
   "jka-compr customization."
   :group 'compression)
 
+(defcustom jka-compr-verbose t
+  "If non-nil, output messages whenever compressing or uncompressing files."
+  :version "24.1"
+  :type 'boolean
+  :group 'jka-compr)
+
 ;; List of all the elements we actually added to file-coding-system-alist.
 (defvar jka-compr-added-to-file-coding-system-alist nil)