# HG changeset patch # User Andreas Schwab # Date 1211799337 0 # Node ID 7c54adb01daec875972dd1ae3d1c9dcc4ede48dd # Parent 911183a4cdaa85c4bf8ed62e4613537a3047403b (tar-summarize-buffer): Comment fix. diff -r 911183a4cdaa -r 7c54adb01dae lisp/ChangeLog --- 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 + + * 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 -r 911183a4cdaa -r 7c54adb01dae lisp/tar-mode.el --- 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))