aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/jka-compr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index fa8cb54405c..99b8ffd377b 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -889,7 +889,7 @@ The return value is the entry in `file-name-handler-alist' for jka-compr."
889 "Toggle automatic file compression and uncompression. 889 "Toggle automatic file compression and uncompression.
890With prefix argument ARG, turn auto compression on if positive, else off. 890With prefix argument ARG, turn auto compression on if positive, else off.
891Returns the new status of auto compression (non-nil means on)." 891Returns the new status of auto compression (non-nil means on)."
892 nil nil nil :global t :group 'jka-compr 892 :global t :group 'jka-compr
893 (let* ((installed (jka-compr-installed-p)) 893 (let* ((installed (jka-compr-installed-p))
894 (flag auto-compression-mode)) 894 (flag auto-compression-mode))
895 (cond 895 (cond