From 0233a18999262146c1027bbe431a04cec50dd25f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 15 Oct 2000 04:53:01 +0000 Subject: [PATCH] (archive-zoo-summarize): Fix from gnu.emacs.bug. --- lisp/arc-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.2