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