(tar-alter-one-field): Finish previous renaming change.
authorRichard M. Stallman <rms@gnu.org>
Fri, 24 Jun 1994 18:32:36 +0000 (18:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 24 Jun 1994 18:32:36 +0000 (18:32 +0000)
lisp/tar-mode.el

index 7cd2fc0..bddd32a 100644 (file)
@@ -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))
              )))