Mercurial > emacs
changeset 23380:0088626fec1c
(tar-mode-revert): no-auto-save arg renamed from no-autosave.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 06 Oct 1998 23:18:33 +0000 |
parents | cfa9bc8ed327 |
children | 4f20b9ddbea6 |
files | lisp/tar-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/tar-mode.el Tue Oct 06 23:16:37 1998 +0000 +++ b/lisp/tar-mode.el Tue Oct 06 23:18:33 1998 +0000 @@ -645,7 +645,7 @@ ;; 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)