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:
parent
83e905f3fa
commit
f6b0805aa1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user