[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/term/x-win.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/term/x-win.el |
Date: |
Sun, 01 Sep 2002 20:09:27 -0400 |
Index: emacs/lisp/term/x-win.el
diff -c emacs/lisp/term/x-win.el:1.155 emacs/lisp/term/x-win.el:1.156
*** emacs/lisp/term/x-win.el:1.155 Thu May 16 08:00:04 2002
--- emacs/lisp/term/x-win.el Sun Sep 1 20:09:27 2002
***************
*** 1187,1192 ****
--- 1187,1193 ----
(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])
+ (define-key function-key-map [S-iso-lefttab] [backtab])
;; These tell read-char how to convert
;; these special chars to ASCII.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/term/x-win.el,
Richard M. Stallman <=