Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5f7493ac
Commit
5f7493ac
authored
Jun 01, 1998
by
Karl Heuer
Browse files
(archive-extract): Fix handling of 'view option.
parent
cd00fd36
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
lisp/arc-mode.el
lisp/arc-mode.el
+6
-6
No files found.
lisp/arc-mode.el
View file @
5f7493ac
...
@@ -905,12 +905,12 @@ using `make-temp-name', and the generated name is returned."
...
@@ -905,12 +905,12 @@ using `make-temp-name', and the generated name is returned."
(
or
(
not
(
buffer-name
buffer
))
(
or
(
not
(
buffer-name
buffer
))
(
progn
(
progn
(
if
view-p
(
if
view-p
(
view-buffer
buffer
(
and
just-created
'kill-buffer
))
)
(
view-buffer
buffer
(
and
just-created
'kill-buffer
))
(
if
(
eq
other-window-p
'display
)
(
if
(
eq
other-window-p
'display
)
(
display-buffer
buffer
)
(
display-buffer
buffer
)
(
if
other-window-p
(
if
other-window-p
(
switch-to-buffer-other-window
buffer
)
(
switch-to-buffer-other-window
buffer
)
(
switch-to-buffer
buffer
)))))))
(
switch-to-buffer
buffer
)))))))
)
(
defun
archive-*-extract
(
archive
name
command
)
(
defun
archive-*-extract
(
archive
name
command
)
(
let*
((
default-directory
(
file-name-as-directory
archive-tmpdir
))
(
let*
((
default-directory
(
file-name-as-directory
archive-tmpdir
))
...
...
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