Skip to content

Commit 3910117

Browse files
committed
* lisp/arc-mode.el (archive-zip-summarize): Remove unused local.
1 parent 32bd911 commit 3910117

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lisp/arc-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,8 +1797,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
17971797
(maxlen 8)
17981798
(totalsize 0)
17991799
files
1800-
visual
1801-
emacs-int-has-32bits)
1800+
visual)
18021801
(when (= p -1)
18031802
;; If the offset of end-of-central-directory is -1, this is a
18041803
;; Zip64 extended ZIP file format, and we need to glean the info

0 commit comments

Comments
 (0)