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
19479ae2
Commit
19479ae2
authored
Mar 02, 1994
by
Karl Heuer
Browse files
(iconify-or-deiconify-frame): Don't make invisible before making visible.
parent
33633b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/term/x-win.el
lisp/term/x-win.el
+1
-3
No files found.
lisp/term/x-win.el
View file @
19479ae2
...
...
@@ -464,9 +464,7 @@ This returns ARGS with the arguments that have been processed removed."
(
interactive
)
(
if
(
eq
(
cdr
(
assq
'visibility
(
frame-parameters
)))
t
)
(
iconify-frame
)
(
let
((
foo
(
selected-frame
)))
(
make-frame-invisible
foo
t
)
(
make-frame-visible
foo
))))
(
make-frame-visible
)))
(
substitute-key-definition
'suspend-emacs
'iconify-or-deiconify-frame
global-map
)
...
...
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