diff options
| author | Andreas Schwab | 2008-05-26 10:55:37 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2008-05-26 10:55:37 +0000 |
| commit | 995feee471465a501f6c7439841f9abc2b84b8e3 (patch) | |
| tree | 3635ec2819d37b6377dbbb7c8dab3d8f1aeee2d6 | |
| parent | ba93d6842e6ee631c3a613aef63f4878f78de422 (diff) | |
| download | emacs-995feee471465a501f6c7439841f9abc2b84b8e3.tar.gz emacs-995feee471465a501f6c7439841f9abc2b84b8e3.zip | |
(tar-summarize-buffer): Comment fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/tar-mode.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d683e826d74..d4ced9ceea3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-05-26 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * tar-mode.el (tar-summarize-buffer): Comment fix. | ||
| 4 | |||
| 1 | 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format. | 7 | * 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)." | |||
| 447 | (error "%s has size %s - corrupted" | 447 | (error "%s has size %s - corrupted" |
| 448 | (tar-header-name tokens) size)) | 448 | (tar-header-name tokens) size)) |
| 449 | ;; | 449 | ;; |
| 450 | ;; This is just too slow. Don't really ened it anyway.... | 450 | ;; This is just too slow. Don't really need it anyway.... |
| 451 | ;;(tar-header-block-check-checksum | 451 | ;;(tar-header-block-check-checksum |
| 452 | ;; hblock (tar-header-block-checksum hblock) | 452 | ;; hblock (tar-header-block-checksum hblock) |
| 453 | ;; (tar-header-name tokens)) | 453 | ;; (tar-header-name tokens)) |