diff options
| -rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index bfdc6b5f94c..78c763e5e9e 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el | |||
| @@ -1289,7 +1289,7 @@ as a relative change like \"g+rw\" as for chmod(2)" | |||
| 1289 | (error "Renaming is not supported for this archive type")))) | 1289 | (error "Renaming is not supported for this archive type")))) |
| 1290 | 1290 | ||
| 1291 | ;; Revert the buffer and recompute the dired-like listing. | 1291 | ;; Revert the buffer and recompute the dired-like listing. |
| 1292 | (defun archive-mode-revert (&optional no-autosave no-confirm) | 1292 | (defun archive-mode-revert (&optional no-auto-save no-confirm) |
| 1293 | (let ((no (archive-get-lineno))) | 1293 | (let ((no (archive-get-lineno))) |
| 1294 | (setq archive-files nil) | 1294 | (setq archive-files nil) |
| 1295 | (let ((revert-buffer-function nil) | 1295 | (let ((revert-buffer-function nil) |