From: Paul Eggert Date: Sun, 5 Jan 2020 03:08:39 +0000 (-0800) Subject: * lisp/arc-mode.el (archive-zip-summarize): Remove unused local. X-Git-Tag: emacs-28.0.90~7908^2~174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=39101173fe7434827e69fb92041fd857a9152509;p=emacs.git * lisp/arc-mode.el (archive-zip-summarize): Remove unused local. --- diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index d6e85bf3835..677483e49f2 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -1797,8 +1797,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself." (maxlen 8) (totalsize 0) files - visual - emacs-int-has-32bits) + visual) (when (= p -1) ;; If the offset of end-of-central-directory is -1, this is a ;; Zip64 extended ZIP file format, and we need to glean the info