Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
845720b9
Commit
845720b9
authored
Jun 18, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(archive-zip-summarize): Handle per-file comments in central directory.
parent
ff648182
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/arc-mode.el
lisp/arc-mode.el
+2
-1
No files found.
lisp/arc-mode.el
View file @
845720b9
...
...
@@ -1339,6 +1339,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
(ucsize (archive-l-e (+ p 24) 4))
(fnlen (archive-l-e (+ p 28) 2))
(exlen (archive-l-e (+ p 30) 2))
(fclen (archive-l-e (+ p 32) 2))
(lheader (archive-l-e (+ p 42) 4))
(efnname (buffer-substring (+ p 46) (+ p 46 fnlen)))
(isdir (and (= ucsize 0)
...
...
@@ -1373,7 +1374,7 @@ This doesn't recover lost files, it just undoes changes in the buffer itself."
(vector efnname ifnname fiddle mode
(list (1- p) lheader)))
files)
p (+ p 46 fnlen exlen))))
p (+ p 46 fnlen exlen
fclen
))))
(goto-char (point-min))
(let ((dash (concat "
-
----------
--------
-----------
--------
"
(make-string maxlen ?-)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment