Mercurial > emacs
changeset 67185:097959cbc08d
Bind [S-tab] to [backtab].
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 28 Nov 2005 21:19:59 +0000 |
parents | b961a70a132c |
children | d4cac21cdeb8 |
files | lisp/term/w32-win.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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.