]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 7cd2fc088facb9c21c489f8f63b69c1ca3356a15..bddd32a12faacaaa6b147c40329c567043c38011 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))
              )))