Mercurial > emacs
changeset 23383:7af3fdca3189
(archive-mode-revert): Arg no-auto-save renamed from no-autosave.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 06 Oct 1998 23:24:11 +0000 |
parents | 55b2ea28932a |
children | a194e59ab82c |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/arc-mode.el Tue Oct 06 23:22:48 1998 +0000 +++ b/lisp/arc-mode.el Tue Oct 06 23:24:11 1998 +0000 @@ -1289,7 +1289,7 @@ (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)