From: Andreas Schwab Date: Mon, 26 May 2008 10:55:37 +0000 (+0000) Subject: (tar-summarize-buffer): Comment fix. X-Git-Tag: emacs-pretest-23.0.90~5293 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=995feee471465a501f6c7439841f9abc2b84b8e3;p=emacs.git (tar-summarize-buffer): Comment fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d683e826d74..d4ced9ceea3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-05-26 Andreas Schwab + + * tar-mode.el (tar-summarize-buffer): Comment fix. + 2008-05-26 Stefan Monnier * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format. diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 881c1263eeb..2571c140c17 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -447,7 +447,7 @@ is visible (and the real data of the buffer is hidden)." (error "%s has size %s - corrupted" (tar-header-name tokens) size)) ;; - ;; This is just too slow. Don't really ened it anyway.... + ;; This is just too slow. Don't really need it anyway.... ;;(tar-header-block-check-checksum ;; hblock (tar-header-block-checksum hblock) ;; (tar-header-name tokens))