Mercurial > emacs
changeset 95309:7c54adb01dae
(tar-summarize-buffer): Comment fix.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 26 May 2008 10:55:37 +0000 |
parents | 911183a4cdaa |
children | 525a75a42888 |
files | lisp/ChangeLog lisp/tar-mode.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon May 26 10:41:58 2008 +0000 +++ b/lisp/ChangeLog Mon May 26 10:55:37 2008 +0000 @@ -1,3 +1,7 @@ +2008-05-26 Andreas Schwab <schwab@suse.de> + + * tar-mode.el (tar-summarize-buffer): Comment fix. + 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
--- a/lisp/tar-mode.el Mon May 26 10:41:58 2008 +0000 +++ b/lisp/tar-mode.el Mon May 26 10:55:37 2008 +0000 @@ -447,7 +447,7 @@ (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))