diff lisp/term/x-win.el @ 47198:3189c7c8ef18

(function-key-map): Define S-iso-lefttab.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Sep 2002 00:09:27 +0000
parents b80d723ad7cc
children 21fa9981d2ba
line wrap: on
line diff
--- a/lisp/term/x-win.el	Sun Sep 01 21:26:25 2002 +0000
+++ b/lisp/term/x-win.el	Mon Sep 02 00:09:27 2002 +0000
@@ -1187,6 +1187,7 @@
 (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.