]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-compression-mode): This is now a stub function
authorRichard M. Stallman <rms@gnu.org>
Fri, 29 Dec 1995 05:47:49 +0000 (05:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 29 Dec 1995 05:47:49 +0000 (05:47 +0000)
that calls toggle-auto-compression, and is put bodily into loaddefs.el.
(toggle-auto-compression): Renamed from auto-compression-mode.
Not autloaded.

lisp/jka-compr.el

index 0de44c5bbed235ebfe0c1a056879b181d990f823..4ca353358a1c1a6b88911e0450f85ea20b56683c 100644 (file)
@@ -684,8 +684,18 @@ There should be no more than seven characters after the final `/'")
        (inhibit-file-name-operation operation))
     (apply operation args)))
 
-;;;###autoload
-(defun auto-compression-mode (&optional arg)
+;;;###autoload(defun auto-compression-mode (&optional arg)
+;;;###autoload  "Toggle automatic file compression and uncompression.
+;;;###autoloadWith prefix argument ARG, turn auto compression on if positive, else off.
+;;;###autoloadReturns the new status of auto compression (non-nil means on)."
+;;;###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  (toggle-auto-compression arg))
+
+(defun toggle-auto-compression (&optional arg)
   "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)."
@@ -713,7 +723,6 @@ Returns the new status of auto compression (non-nil means on)."
           (message "Automatic file (de)compression is now OFF.")))
 
     flag))
-(defalias 'toggle-auto-compression 'auto-compression-mode)
 
 (defun jka-compr-build-file-regexp ()
   (concat