# HG changeset patch # User Richard M. Stallman # Date 859257282 0 # Node ID 6d46f493d819b8a261ce74d5f938e5dfcfa28765 # Parent 46ee9938fec67b8360c31035fb9a6d4ad59ff431 (function-key-map): Define iso-lefttab. diff -r 46ee9938fec6 -r 6d46f493d819 lisp/term/x-win.el --- a/lisp/term/x-win.el Tue Mar 25 02:22:04 1997 +0000 +++ b/lisp/term/x-win.el Tue Mar 25 02:34:42 1997 +0000 @@ -471,6 +471,7 @@ (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.