changeset 66915:63bd5d2223ee

(auto-compression-mode): Add :version keyword, because default was changed.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 16 Nov 2005 04:06:52 +0000
parents 135d7d08b74e
children 595c9e357fe7
files lisp/jka-cmpr-hook.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jka-cmpr-hook.el	Wed Nov 16 04:04:58 2005 +0000
+++ b/lisp/jka-cmpr-hook.el	Wed Nov 16 04:06:52 2005 +0000
@@ -244,7 +244,7 @@
   "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