From: Stefan Monnier Date: Sun, 15 Oct 2000 04:53:01 +0000 (+0000) Subject: (archive-zoo-summarize): Fix from gnu.emacs.bug. X-Git-Tag: emacs-pretest-21.0.90~883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0233a18999262146c1027bbe431a04cec50dd25f;p=emacs.git (archive-zoo-summarize): Fix from gnu.emacs.bug. --- diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index 993567e4477..07dee0648ad 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -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))