1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(tar-mode-revert): no-auto-save arg renamed from no-autosave.

This commit is contained in:
Karl Heuer 1998-10-06 23:18:33 +00:00
parent 83e905f3fa
commit f6b0805aa1

View 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)