(tar-mode-revert): no-auto-save arg renamed from no-autosave.
authorKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:18:33 +0000 (23:18 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:18:33 +0000 (23:18 +0000)
lisp/tar-mode.el

index 3ca808a..33d01f8 100644 (file)
@@ -645,7 +645,7 @@ appear on disk when you save the tar-file's buffer."
 
 
 ;; Revert the buffer and recompute the dired-like listing.
-(defun tar-mode-revert (&optional no-autosave no-confirm)
+(defun tar-mode-revert (&optional no-auto-save no-confirm)
   (let ((revert-buffer-function nil)
        (old-offset tar-header-offset)
        success)