From: Richard M. Stallman Date: Fri, 24 Jun 1994 18:32:36 +0000 (+0000) Subject: (tar-alter-one-field): Finish previous renaming change. X-Git-Tag: emacs-19.34~7810 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d246db946d162d0b47077d30c99a5f38ce443761;p=emacs.git (tar-alter-one-field): Finish previous renaming change. --- diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 7cd2fc088fa..bddd32a12fa 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)) )))