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