]> code.delx.au - gnu-emacs/commitdiff
(tar-subfile-mode): Call auto-save-mode with -1.
authorDave Love <fx@gnu.org>
Mon, 11 May 1998 18:49:42 +0000 (18:49 +0000)
committerDave Love <fx@gnu.org>
Mon, 11 May 1998 18:49:42 +0000 (18:49 +0000)
lisp/tar-mode.el

index dd12d9bbca9721331c1cbe95bf108f4392ebef04..2571c92cf98b2c8ef7ac45a8f57e244229c63ef8 100644 (file)
@@ -636,7 +636,7 @@ appear on disk when you save the tar-file's buffer."
         (make-local-variable 'local-write-file-hooks)
         (setq local-write-file-hooks '(tar-subfile-save-buffer))
         ;; turn off auto-save.
-        (auto-save-mode nil)
+        (auto-save-mode -1)
         (setq buffer-auto-save-file-name nil)
         (run-hooks 'tar-subfile-mode-hook))
        (t