diff options
| -rw-r--r-- | lisp/jka-compr.el | 2 |
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. |
| 890 | With prefix argument ARG, turn auto compression on if positive, else off. | 890 | With prefix argument ARG, turn auto compression on if positive, else off. |
| 891 | Returns the new status of auto compression (non-nil means on)." | 891 | Returns 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 |