summaryrefslogtreecommitdiff
path: root/lisp/jka-cmpr-hook.el
diff options
context:
space:
mode:
authorLuc Teirlinck <teirllm@auburn.edu>2005-11-16 04:06:52 +0000
committerLuc Teirlinck <teirllm@auburn.edu>2005-11-16 04:06:52 +0000
commite64a3dcf4c15f57a2f87843a38d5d4fbc3751f66 (patch)
tree81daae681fcae52a9880c8a977269e4d59975f9e /lisp/jka-cmpr-hook.el
parent33bf811849bc6c46ff6f64616f988f88903a58fe (diff)
downloademacs-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.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."
"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