diff options
| author | Richard M. Stallman | 2002-09-02 00:09:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-09-02 00:09:27 +0000 |
| commit | 8f96b49bc7a9eb8acc334e98ed72e771cb2868bc (patch) | |
| tree | dc1a64162178b9581a63408ae59e1adfd038c045 | |
| parent | f8a14459c553e9fd11b4ef39642f674fd499994a (diff) | |
| download | emacs-8f96b49bc7a9eb8acc334e98ed72e771cb2868bc.tar.gz emacs-8f96b49bc7a9eb8acc334e98ed72e771cb2868bc.zip | |
(function-key-map): Define S-iso-lefttab.
| -rw-r--r-- | lisp/term/x-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 3d76e00a91e..5e74e053c0f 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -1187,6 +1187,7 @@ XConsortium: rgb.txt,v 10.41 94/02/20 18:39:36 rws Exp") | |||
| 1187 | (define-key function-key-map [M-return] [?\M-\C-m]) | 1187 | (define-key function-key-map [M-return] [?\M-\C-m]) |
| 1188 | (define-key function-key-map [M-escape] [?\M-\e]) | 1188 | (define-key function-key-map [M-escape] [?\M-\e]) |
| 1189 | (define-key function-key-map [iso-lefttab] [backtab]) | 1189 | (define-key function-key-map [iso-lefttab] [backtab]) |
| 1190 | (define-key function-key-map [S-iso-lefttab] [backtab]) | ||
| 1190 | 1191 | ||
| 1191 | ;; These tell read-char how to convert | 1192 | ;; These tell read-char how to convert |
| 1192 | ;; these special chars to ASCII. | 1193 | ;; these special chars to ASCII. |