*** empty log message ***
authorJim Blandy <jimb@redhat.com>
Thu, 16 Jan 1992 22:42:10 +0000 (22:42 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 16 Jan 1992 22:42:10 +0000 (22:42 +0000)
lisp/term/x-win.el

index 81eabbd..36e160e 100644 (file)
@@ -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)
 \f
 ;;; Do the actual X Windows setup here; the above code just defines
 ;;; functions and variables that we use now.