# HG changeset patch # User Karoly Lorentey # Date 1154169080 0 # Node ID 1be0f422f5e8dfdc0da816d589b41d7cd656cf9f # Parent 02e39decdc840228adbff31e76ceb0d89450f4bd 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 diff -r 02e39decdc84 -r 1be0f422f5e8 lisp/term/xterm.el --- 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])