# HG changeset patch # User Richard M. Stallman # Date 772482756 0 # Node ID 93beabc37a44c22f6b54495fe70f2872d48a4e2f # Parent 0495d3085f00008aec1f52b46e8da886ec358508 (tar-alter-one-field): Finish previous renaming change. diff -r 0495d3085f00 -r 93beabc37a44 lisp/tar-mode.el --- a/lisp/tar-mode.el Fri Jun 24 15:47:09 1994 +0000 +++ b/lisp/tar-mode.el Fri Jun 24 18:32:36 1994 +0000 @@ -989,7 +989,7 @@ (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)) )))