]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in lisp/term/xterm.el.
authorKaroly Lorentey <lorentey@elte.hu>
Sat, 29 Jul 2006 10:31:20 +0000 (10:31 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sat, 29 Jul 2006 10:31:20 +0000 (10:31 +0000)
* 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

index 79324306ad1d42da1fea5e2b4aaa3e878e71e35b..9c4b8b1190bf1c723b6ffb8869235aa4c07adf99 100644 (file)
 (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])