diff options
author | Andreas Schwab <schwab@suse.de> | 2008-05-26 10:55:37 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2008-05-26 10:55:37 +0000 |
commit | 995feee471465a501f6c7439841f9abc2b84b8e3 (patch) | |
tree | 3635ec2819d37b6377dbbb7c8dab3d8f1aeee2d6 /lisp/tar-mode.el | |
parent | ba93d6842e6ee631c3a613aef63f4878f78de422 (diff) | |
download | emacs-995feee471465a501f6c7439841f9abc2b84b8e3.tar.gz |
(tar-summarize-buffer): Comment fix.
Diffstat (limited to 'lisp/tar-mode.el')
-rw-r--r-- | lisp/tar-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |