]> git.eshelyaron.com Git - emacs.git/commitdiff
(archive-zoo-summarize): Fix from gnu.emacs.bug.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 15 Oct 2000 04:53:01 +0000 (04:53 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 15 Oct 2000 04:53:01 +0000 (04:53 +0000)
lisp/arc-mode.el

index 993567e447716289e42a74d98a41a8d5bdba1d66..07dee0648adfd67a201bcc4c1f9e6ee8b3fde89f 100644 (file)
@@ -1708,7 +1708,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
                               (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))