diff lisp/term/w32-win.el @ 67185:097959cbc08d

Bind [S-tab] to [backtab].
author Juri Linkov <juri@jurta.org>
date Mon, 28 Nov 2005 21:19:59 +0000
parents c50250830b62
children 665da4a60868 7beb78bc1f8e
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Mon Nov 28 21:19:38 2005 +0000
+++ b/lisp/term/w32-win.el	Mon Nov 28 21:19:59 2005 +0000
@@ -1039,6 +1039,8 @@
 (substitute-key-definition 'suspend-emacs 'iconify-or-deiconify-frame
 			   global-map)
 
+(define-key function-key-map [S-tab] [backtab])
+
 
 ;;; Do the actual Windows setup here; the above code just defines
 ;;; functions and variables that we use now.