changeset 8043:93beabc37a44

(tar-alter-one-field): Finish previous renaming change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jun 1994 18:32:36 +0000
parents 0495d3085f00
children 6cc76dc79853
files lisp/tar-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))
 	      )))