changeset 22032:e27e9e844efe

(tar-subfile-mode): Call auto-save-mode with -1.
author Dave Love <fx@gnu.org>
date Mon, 11 May 1998 18:49:42 +0000
parents 879df83433a1
children aa1d105f0d67
files lisp/tar-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tar-mode.el	Mon May 11 17:18:04 1998 +0000
+++ b/lisp/tar-mode.el	Mon May 11 18:49:42 1998 +0000
@@ -636,7 +636,7 @@
 	 (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