summaryrefslogtreecommitdiff
path: root/lisp/tar-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-24 18:32:36 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-24 18:32:36 +0000
commit0004427a96a8e2aa62526f0784852f147f358af3 (patch)
tree760a7e066be9f6dc6ff88daea47ea6106d318f74 /lisp/tar-mode.el
parentfb585d4fb3b5cd4e2a69081053232beaf7d53f0d (diff)
downloademacs-0004427a96a8e2aa62526f0784852f147f358af3.tar.gz
(tar-alter-one-field): Finish previous renaming change.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r--lisp/tar-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el
index 7cd2fc088fa..bddd32a12fa 100644
--- a/lisp/tar-mode.el
+++ b/lisp/tar-mode.el
@@ -989,7 +989,7 @@ for this to be permanent."
(tar-setf (tar-header-checksum tokens) chk)
;;
;; ok, make sure we didn't botch it.
- (check-tar-header-block-checksum
+ (tar-header-block-check-checksum
(buffer-substring start (+ start 512))
chk (tar-header-name tokens))
)))