From 87c033db6f7dc9660584b2cef97d540a81e32e00 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Mar 1997 02:34:42 +0000 Subject: [PATCH] (function-key-map): Define iso-lefttab. --- lisp/term/x-win.el | 1 + 1 file changed, 1 insertion(+) 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." (define-key function-key-map [M-clear] [?\M-\C-l]) (define-key function-key-map [M-return] [?\M-\C-m]) (define-key function-key-map [M-escape] [?\M-\e]) +(define-key function-key-map [iso-lefttab] [backtab]) ;; These tell read-char how to convert ;; these special chars to ASCII. -- 2.39.2