aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/jka-cmpr-hook.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-cmpr-hook.el b/lisp/jka-cmpr-hook.el
index d2b374f5603..d5305211f50 100644
--- a/lisp/jka-cmpr-hook.el
+++ b/lisp/jka-cmpr-hook.el
@@ -244,7 +244,7 @@ The return value is the entry in `file-name-handler-alist' for jka-compr."
244 "Toggle automatic file compression and uncompression. 244 "Toggle automatic file compression and uncompression.
245With prefix argument ARG, turn auto compression on if positive, else off. 245With prefix argument ARG, turn auto compression on if positive, else off.
246Returns the new status of auto compression (non-nil means on)." 246Returns the new status of auto compression (non-nil means on)."
247 :global t :init-value t :group 'jka-compr 247 :global t :init-value t :group 'jka-compr :version "22.1"
248 (let* ((installed (jka-compr-installed-p)) 248 (let* ((installed (jka-compr-installed-p))
249 (flag auto-compression-mode)) 249 (flag auto-compression-mode))
250 (cond 250 (cond