changeset 83534:1be0f422f5e8

Fix typo in lisp/term/xterm.el. * lisp/term/xterm.el (xterm-function-map): Fix typo. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-574
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 29 Jul 2006 10:31:20 +0000
parents 02e39decdc84
children 6c8cebe86511
files lisp/term/xterm.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/xterm.el	Sat Jul 29 09:59:12 2006 +0000
+++ b/lisp/term/xterm.el	Sat Jul 29 10:31:20 2006 +0000
@@ -166,7 +166,7 @@
 (define-key xterm-function-map "\e[27;5;44~" [?\C-,])
 (define-key xterm-function-map "\e[27;5;46~" [?\C-.])
 (define-key xterm-function-map "\e[27;5;47~" [?\C-/])
-(define-key xterm-function-map "\e[27;5;92~" [?\C-\\)])
+(define-key xterm-function-map "\e[27;5;92~" [?\C-\\])
 
 (define-key xterm-function-map "\e[27;2;9~" [S-tab])
 (define-key xterm-function-map "\e[27;2;13~" [S-return])