]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-compression-mode): Add :version keyword, because default was changed.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Nov 2005 04:06:52 +0000 (04:06 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Nov 2005 04:06:52 +0000 (04:06 +0000)
lisp/jka-cmpr-hook.el

index d2b374f560333f3632c047259f1883ceb0edeed2..d5305211f50c9eda07177c12b8a795a99d6ce228 100644 (file)
@@ -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