From: Karoly Lorentey Date: Sat, 29 Jul 2006 10:31:20 +0000 (+0000) Subject: Fix typo in lisp/term/xterm.el. X-Git-Tag: emacs-pretest-23.0.90~11236^2~141^2~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f5d9ee789f8e2b239f8d521a29f8a15d2c59659;p=emacs.git 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 --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])