# HG changeset patch # User Juri Linkov # Date 1133212799 0 # Node ID 097959cbc08d1977fc671065d57c959d7dc7d0f2 # Parent b961a70a132c649eba5c7b538462e3246b7761cd Bind [S-tab] to [backtab]. diff -r b961a70a132c -r 097959cbc08d lisp/term/w32-win.el --- 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.