From 8f96b49bc7a9eb8acc334e98ed72e771cb2868bc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Sep 2002 00:09:27 +0000 Subject: [PATCH] (function-key-map): Define S-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 3d76e00a91e..5e74e053c0f 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1187,6 +1187,7 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") (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]) +(define-key function-key-map [S-iso-lefttab] [backtab]) ;; These tell read-char how to convert ;; these special chars to ASCII. -- 2.39.5