]> git.eshelyaron.com Git - emacs.git/commitdiff
(function-key-map): Define iso-lefttab.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Mar 1997 02:34:42 +0000 (02:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Mar 1997 02:34:42 +0000 (02:34 +0000)
lisp/term/x-win.el

index 6fc30fde8a3da9d2c7bd4c21bf9673c097adae36..a0cdc96e26424790417bb33c557fc318937ca35f 100644 (file)
@@ -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.