aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-10-15 04:53:01 +0000
committerStefan Monnier2000-10-15 04:53:01 +0000
commit0233a18999262146c1027bbe431a04cec50dd25f (patch)
treebb6a970235c4a854a8756f1bb7013b26f0c47f62
parentc0a6a9fe280b6cc1efb87d982f4ec073627d3816 (diff)
downloademacs-0233a18999262146c1027bbe431a04cec50dd25f.tar.gz
emacs-0233a18999262146c1027bbe431a04cec50dd25f.zip
(archive-zoo-summarize): Fix from gnu.emacs.bug.
-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 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."
1708 (archive-dosdate moddate) 1708 (archive-dosdate moddate)
1709 (archive-dostime modtime) 1709 (archive-dostime modtime)
1710 ifnname))) 1710 ifnname)))
1711 (setq maxlen (max maxlen (length width)) 1711 (setq maxlen (max maxlen width)
1712 totalsize (+ totalsize ucsize) 1712 totalsize (+ totalsize ucsize)
1713 visual (cons (vector text 1713 visual (cons (vector text
1714 (- (length text) (length ifnname)) 1714 (- (length text) (length ifnname))