Mercurial > emacs
changeset 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 | f32bf47b5cf3 |
children | e69385685151 |
files | lisp/term/x-win.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.