diff options
| author | Richard M. Stallman | 1997-03-25 02:34:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-03-25 02:34:42 +0000 |
| commit | 87c033db6f7dc9660584b2cef97d540a81e32e00 (patch) | |
| tree | 05d42390369ff0b4d0e8c1c407598144662abc1c | |
| parent | 5d0e8ddd8e31227a48a333a02b4769fda5b87da1 (diff) | |
| download | emacs-87c033db6f7dc9660584b2cef97d540a81e32e00.tar.gz emacs-87c033db6f7dc9660584b2cef97d540a81e32e00.zip | |
(function-key-map): Define 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 6fc30fde8a3..a0cdc96e264 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el | |||
| @@ -471,6 +471,7 @@ The value may be different for frames on different X displays." | |||
| 471 | (define-key function-key-map [M-clear] [?\M-\C-l]) | 471 | (define-key function-key-map [M-clear] [?\M-\C-l]) |
| 472 | (define-key function-key-map [M-return] [?\M-\C-m]) | 472 | (define-key function-key-map [M-return] [?\M-\C-m]) |
| 473 | (define-key function-key-map [M-escape] [?\M-\e]) | 473 | (define-key function-key-map [M-escape] [?\M-\e]) |
| 474 | (define-key function-key-map [iso-lefttab] [backtab]) | ||
| 474 | 475 | ||
| 475 | ;; These tell read-char how to convert | 476 | ;; These tell read-char how to convert |
| 476 | ;; these special chars to ASCII. | 477 | ;; these special chars to ASCII. |