aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-24 18:32:36 +0000
committerRichard M. Stallman <[email protected]>1994-06-24 18:32:36 +0000
commitd246db946d162d0b47077d30c99a5f38ce443761 (patch)
tree19fd2ef17234fbea569eacf73badfdf0502fb11b /lisp
parenta82e2ed577a437030ee8d56a479c37a4ec88ee8c (diff)
(tar-alter-one-field): Finish previous renaming change.
Diffstat (limited to 'lisp')
-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 7cd2fc088f..bddd32a12f 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))
)))