From 6f5d9ee789f8e2b239f8d521a29f8a15d2c59659 Mon Sep 17 00:00:00 2001 From: Karoly Lorentey Date: Sat, 29 Jul 2006 10:31:20 +0000 Subject: [PATCH] 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 --- lisp/term/xterm.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term/xterm.el b/lisp/term/xterm.el index 79324306ad1..9c4b8b1190b 100644 --- a/lisp/term/xterm.el +++ b/lisp/term/xterm.el @@ -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]) -- 2.39.5