summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/tar-mode.el2
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 @@
+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.
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))