diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 04:06:52 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-16 04:06:52 +0000 |
commit | e64a3dcf4c15f57a2f87843a38d5d4fbc3751f66 (patch) | |
tree | 81daae681fcae52a9880c8a977269e4d59975f9e /lisp/jka-cmpr-hook.el | |
parent | 33bf811849bc6c46ff6f64616f988f88903a58fe (diff) | |
download | emacs-e64a3dcf4c15f57a2f87843a38d5d4fbc3751f66.tar.gz |
(auto-compression-mode): Add :version keyword, because default was changed.
Diffstat (limited to 'lisp/jka-cmpr-hook.el')
-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." "Toggle automatic file compression and uncompression. With prefix argument ARG, turn auto compression on if positive, else off. Returns the new status of auto compression (non-nil means on)." - :global t :init-value t :group 'jka-compr + :global t :init-value t :group 'jka-compr :version "22.1" (let* ((installed (jka-compr-installed-p)) (flag auto-compression-mode)) (cond |