aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/x-win.el8
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index a531f159b2..66aeef9de0 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -425,13 +425,7 @@ This returns ARGS with the arguments that have been processed removed."
;;;; Function keys
-;; We use a different symbol to prevent
-;; doc strings from listing M-next as the preferred way to do this.
-(fset 'advertised-scroll-other-window 'scroll-other-window)
-(define-key global-map [M-next] 'scroll-other-window)
-(define-key global-map [begin] 'beginning-of-buffer)
-
-(define-key global-map "\C-z" 'iconify-frame)
+(substitute-key-definition 'suspend-emacs 'iconify-frame global-map)
;; Map certain keypad keys into ASCII characters
;; that people usually expect.