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
25d887f0
Commit
25d887f0
authored
May 24, 2003
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(iconify-or-deiconify-frame): Move to frame.el.
parent
2a89019f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
lisp/term/w32-win.el
lisp/term/w32-win.el
+1
-8
No files found.
lisp/term/w32-win.el
View file @
25d887f0
;;; w32-win.el --- parse switches controlling interface with W32 window system
;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
;; Copyright (C) 1993, 1994
, 2003
Free Software Foundation, Inc.
;; Author: Kevin Gallo
;; Keywords: terminals
...
...
@@ -1066,13 +1066,6 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp")
(
global-set-key
[f10]
(
lambda
()
(
interactive
)
(
w32-send-sys-command
?\xf100
)))
(
defun
iconify-or-deiconify-frame
()
"Iconify the selected frame, or deiconify if it's currently an icon."
(
interactive
)
(
if
(
eq
(
cdr
(
assq
'visibility
(
frame-parameters
)))
t
)
(
iconify-frame
)
(
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