]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-compression-mode): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Sep 1995 03:59:02 +0000 (03:59 +0000)
Renamed from toggle-auto-compression.
(toggle-auto-compression): Define as alias.

lisp/jka-compr.el

index 2b1f435fe6c6c720a738a2df695f2322d1aac9d7..c3804b267ec3be907c66822374f7e301ce83673a 100644 (file)
@@ -667,8 +667,9 @@ There should be no more than seven characters after the final `/'")
        (inhibit-file-name-operation operation))
     (apply operation args)))
 
-(defun toggle-auto-compression (arg)
-  "Toggle automatic file compression and decompression.
+;;;###autoload
+(defun auto-compression-mode (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)."
   (interactive "P")
@@ -695,7 +696,7 @@ 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