aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2000-10-15 04:53:01 +0000
committerStefan Monnier <[email protected]>2000-10-15 04:53:01 +0000
commit0233a18999262146c1027bbe431a04cec50dd25f (patch)
treebb6a970235c4a854a8756f1bb7013b26f0c47f62 /lisp/arc-mode.el
parentc0a6a9fe280b6cc1efb87d982f4ec073627d3816 (diff)
(archive-zoo-summarize): Fix from gnu.emacs.bug.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el
index 993567e447..07dee0648a 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))