]> git.eshelyaron.com Git - emacs.git/commitdiff
(tar-summarize-buffer): Comment fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 26 May 2008 10:55:37 +0000 (10:55 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 26 May 2008 10:55:37 +0000 (10:55 +0000)
lisp/ChangeLog
lisp/tar-mode.el

index d683e826d7498620fda6967dc6d55dc957d54817..d4ced9ceea36b1e8e9694e4cb81bc7aff52d27f1 100644 (file)
@@ -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.
index 881c1263eebd1495a00a88df9b568bceea61b174..2571c140c179380974f2c01bec2fa1f1051c0b12 100644 (file)
@@ -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))