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
2171e172
Commit
2171e172
authored
Sep 21, 2007
by
Juanma Barranquero
Browse files
(suspend-frame): Call `iconify-or-deiconify-frame' also on w32 frames.
parent
def7fa34
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
lisp/ChangeLog
lisp/ChangeLog
+7
-2
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/ChangeLog
View file @
2171e172
2007-09-21 Juanma Barranquero <lekktu@gmail.com>
* frame.el (suspend-frame): Call `iconify-or-deiconify-frame' also
on w32 frames.
2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
* startup.el (normal-top-level): Remove DISPLAY from
process-environment to let it be computed dynamically in callproc.c
process-environment to let it be computed dynamically in callproc.c
.
* frame.el (frame-initialize, make-frame):
* faces.el (tty-set-up-initial-frame-faces):
...
...
@@ -258,7 +263,7 @@
server-process-filter.
(server-execute-continuation): New functions.
(server-process-filter): Restructure so that all arguments are analysed
first and then acted upon in a subsequent stage This way
first and then acted upon in a subsequent stage
.
This way
server-goto-toplevel can be executed later, when we know if
it's necessary.
Remove the "-version" and "-version-good" support.
...
...
lisp/frame.el
View file @
2171e172
...
...
@@ -876,7 +876,7 @@ Calls `suspend-emacs' if invoked from the controlling tty device,
(
interactive
)
(
let
((
type
(
framep
(
selected-frame
))))
(
cond
((
e
q type '
x
) (iconify-or-deiconify-frame))
((
mem
q
type
'
(
x
w32
)
)
(
iconify-or-deiconify-frame
))
((
eq
type
t
)
(
if
(
controlling-tty-p
)
(
suspend-emacs
)
...
...
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