diff options
author | Dave Love <fx@gnu.org> | 1998-05-11 18:49:42 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1998-05-11 18:49:42 +0000 |
commit | 7523843657634841d6d495502def46c68674ac1c (patch) | |
tree | 329d41a14af12e13d8c86fd83c8e23353387a159 /lisp/tar-mode.el | |
parent | 07342a647f620bc8846937d7a51db885fe98e4f2 (diff) | |
download | emacs-7523843657634841d6d495502def46c68674ac1c.tar.gz |
(tar-subfile-mode): Call auto-save-mode with -1.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index dd12d9bbca9..2571c92cf98 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -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 |