diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-03-25 02:34:42 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-03-25 02:34:42 +0000 |
commit | 87c033db6f7dc9660584b2cef97d540a81e32e00 (patch) | |
tree | 05d42390369ff0b4d0e8c1c407598144662abc1c /lisp/term | |
parent | 5d0e8ddd8e31227a48a333a02b4769fda5b87da1 (diff) | |
download | emacs-87c033db6f7dc9660584b2cef97d540a81e32e00.tar.gz |
(function-key-map): Define iso-lefttab.
Diffstat (limited to 'lisp/term')
-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." (define-key function-key-map [M-clear] [?\M-\C-l]) (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]) ;; These tell read-char how to convert ;; these special chars to ASCII. |