aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1992-01-16 22:42:10 +0000
committerJim Blandy <[email protected]>1992-01-16 22:42:10 +0000
commit080a57cedace628c2c018e00137d6d4c9ef4318d (patch)
tree3f15e171bd7ca14f743cb2461529f25d25b54d07 /lisp
parent2447c62607b87395dfec76b038dc2cb6238603b5 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/x-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 81eabbdab6..36e160e694 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -428,6 +428,7 @@ This returns ARGS with the arguments that have been processed removed."
(define-key global-map [begin] 'beginning-of-buffer)
(define-key global-map [end] 'end-of-buffer)
+(define-key global-map "\C-z" 'iconify)
;;; Do the actual X Windows setup here; the above code just defines
;;; functions and variables that we use now.