1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(auto-compression-mode): Add :version keyword, because default was changed.

This commit is contained in:
Luc Teirlinck 2005-11-16 04:06:52 +00:00
parent 33bf811849
commit e64a3dcf4c

View 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