From 39101173fe7434827e69fb92041fd857a9152509 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 4 Jan 2020 19:08:39 -0800 Subject: [PATCH] * lisp/arc-mode.el (archive-zip-summarize): Remove unused local. --- lisp/arc-mode.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5