diff options
| -rw-r--r-- | lisp/term/x-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 81eabbdab66..36e160e694b 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." | |||
| 428 | (define-key global-map [begin] 'beginning-of-buffer) | 428 | (define-key global-map [begin] 'beginning-of-buffer) |
| 429 | (define-key global-map [end] 'end-of-buffer) | 429 | (define-key global-map [end] 'end-of-buffer) |
| 430 | 430 | ||
| 431 | (define-key global-map "\C-z" 'iconify) | ||
| 431 | 432 | ||
| 432 | ;;; Do the actual X Windows setup here; the above code just defines | 433 | ;;; Do the actual X Windows setup here; the above code just defines |
| 433 | ;;; functions and variables that we use now. | 434 | ;;; functions and variables that we use now. |