From: Stefan Monnier Date: Fri, 3 Nov 2000 22:25:46 +0000 (+0000) Subject: (auto-compression-mode): Drop unneeded positional args. X-Git-Tag: emacs-pretest-21.0.90~323 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=754005f70d52d45d6bba083f4febef7ee313eee9;p=emacs.git (auto-compression-mode): Drop unneeded positional args. --- diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index fa8cb54405c..99b8ffd377b 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -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