aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/term/x-win.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el
index 6fc30fde8a3..a0cdc96e264 100644
--- a/lisp/term/x-win.el
+++ b/lisp/term/x-win.el
@@ -471,6 +471,7 @@ The value may be different for frames on different X displays."
471(define-key function-key-map [M-clear] [?\M-\C-l]) 471(define-key function-key-map [M-clear] [?\M-\C-l])
472(define-key function-key-map [M-return] [?\M-\C-m]) 472(define-key function-key-map [M-return] [?\M-\C-m])
473(define-key function-key-map [M-escape] [?\M-\e]) 473(define-key function-key-map [M-escape] [?\M-\e])
474(define-key function-key-map [iso-lefttab] [backtab])
474 475
475;; These tell read-char how to convert 476;; These tell read-char how to convert
476;; these special chars to ASCII. 477;; these special chars to ASCII.