Skip to content
Snippets Groups Projects
Commit ba46c6e10db0 authored by andreasj's avatar andreasj
Browse files

Applied Yoshiki Hayashi's patch from

<t90553@mail.ecc.u-tokyo.ac.jp>
with subject "[os-utils package] auto-compression-mode fix".
parent aa1ab9ab3bd7
No related branches found
No related tags found
No related merge requests found
1999-11-08 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
* jka-compr.el (auto-compression-mode): Pass original
argument to toggle-auto-compression.
1999-08-08 Jan Vroonhof <vroonhof@math.ethz.ch>
* jka-compr.el (jka-compr-call-process): Guard against use of
......
......@@ -789,10 +789,7 @@
;;;###autoloadReturns the new status of auto compression (non-nil means on)."
;;;###autoload (interactive "P")
;;;###autoload (if (not (fboundp 'jka-compr-installed-p))
;;;###autoload (progn
;;;###autoload (require 'jka-compr)
;;;###autoload ;; That turned the mode on, so make it initially off.
;;;###autoload (toggle-auto-compression)))
;;;###autoload (require 'jka-compr))
;;;###autoload (toggle-auto-compression arg t))
;; XEmacs: autoload this function
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment