emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 3910117: * lisp/arc-mode.el (archive-zip-summarize): Remove unuse


From: Paul Eggert
Subject: master 3910117: * lisp/arc-mode.el (archive-zip-summarize): Remove unused local.
Date: Sat, 4 Jan 2020 22:09:26 -0500 (EST)

branch: master
commit 39101173fe7434827e69fb92041fd857a9152509
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * 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 d6e85bf..677483e 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]