1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(auto-compression-mode): Drop unneeded positional args.

This commit is contained in:
Stefan Monnier 2000-11-03 22:25:46 +00:00
parent b7aeabeb89
commit 754005f70d

View file

@ -889,7 +889,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)."
nil nil nil :global t :group 'jka-compr
:global t :group 'jka-compr
(let* ((installed (jka-compr-installed-p))
(flag auto-compression-mode))
(cond