Mercurial > emacs
changeset 506:5a33b571a57e
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Thu, 16 Jan 1992 22:42:10 +0000 |
parents | d5b34c57b5e7 |
children | 7ec9930dadc0 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/x-win.el Thu Jan 16 03:44:18 1992 +0000 +++ b/lisp/term/x-win.el Thu Jan 16 22:42:10 1992 +0000 @@ -428,6 +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) ;;; Do the actual X Windows setup here; the above code just defines ;;; functions and variables that we use now.