diff lisp/term/x-win.el @ 17244:6d46f493d819

(function-key-map): Define iso-lefttab.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 Mar 1997 02:34:42 +0000
parents 018de297d2d5
children 40d6f66af2bc
line wrap: on
line diff
--- 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.