]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-mode-revert): Arg no-auto-save renamed from no-autosave.
authorKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:24:11 +0000 (23:24 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 6 Oct 1998 23:24:11 +0000 (23:24 +0000)
lisp/arc-mode.el

index bfdc6b5f94c2eb31020cefc90ad79e45aced633d..78c763e5e9ef7935d435b3ce265279f884b4c462 100644 (file)
@@ -1289,7 +1289,7 @@ as a relative change like \"g+rw\" as for chmod(2)"
       (error "Renaming is not supported for this archive type"))))
 
 ;; Revert the buffer and recompute the dired-like listing.
-(defun archive-mode-revert (&optional no-autosave no-confirm)
+(defun archive-mode-revert (&optional no-auto-save no-confirm)
   (let ((no (archive-get-lineno)))
     (setq archive-files nil)
     (let ((revert-buffer-function nil)