changeset 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 46ee9938fec6
children 12e32a06de22
files lisp/term/x-win.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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.