diff lisp/arc-mode.el @ 32484:bb1bfa010bf3

(archive-zoo-summarize): Fix from gnu.emacs.bug.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Oct 2000 04:53:01 +0000
parents c3fb8a9a8aba
children 3fa9dd549e89
line wrap: on
line diff
--- a/lisp/arc-mode.el	Sun Oct 15 04:51:57 2000 +0000
+++ b/lisp/arc-mode.el	Sun Oct 15 04:53:01 2000 +0000
@@ -1708,7 +1708,7 @@
                               (archive-dosdate moddate)
                               (archive-dostime modtime)
                               ifnname)))
-        (setq maxlen (max maxlen (length width))
+        (setq maxlen (max maxlen width)
 	      totalsize (+ totalsize ucsize)
 	      visual (cons (vector text
 				   (- (length text) (length ifnname))