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:
parent
33bf811849
commit
e64a3dcf4c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue