diff lisp/term/x-win.el @ 872:336ffe2bd537

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sat, 25 Jul 1992 00:36:12 +0000
parents c2dbf1fe0506
children cc82116a8f1c
line wrap: on
line diff
--- a/lisp/term/x-win.el	Fri Jul 24 23:48:49 1992 +0000
+++ b/lisp/term/x-win.el	Sat Jul 25 00:36:12 1992 +0000
@@ -428,7 +428,7 @@
 (define-key global-map [begin] 'beginning-of-buffer)
 (define-key global-map [end] 'end-of-buffer)
 
-(define-key global-map "\C-z" 'iconify)
+(define-key global-map "\C-z" 'iconify-frame)
 
 ;;; Do the actual X Windows setup here; the above code just defines
 ;;; functions and variables that we use now.