aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKaroly Lorentey2006-07-29 10:31:20 +0000
committerKaroly Lorentey2006-07-29 10:31:20 +0000
commit6f5d9ee789f8e2b239f8d521a29f8a15d2c59659 (patch)
treea6e81e5ec93a4a71512bcabad7dcd0cd710ef1f7 /lisp
parent251bc578cc636223d618d06cf2a2bb7d07db9cce (diff)
downloademacs-6f5d9ee789f8e2b239f8d521a29f8a15d2c59659.tar.gz
emacs-6f5d9ee789f8e2b239f8d521a29f8a15d2c59659.zip
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
Diffstat (limited to 'lisp')
-rw-r--r--lisp/term/xterm.el2
1 files changed, 1 insertions, 1 deletions
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 @@
166(define-key xterm-function-map "\e[27;5;44~" [?\C-,]) 166(define-key xterm-function-map "\e[27;5;44~" [?\C-,])
167(define-key xterm-function-map "\e[27;5;46~" [?\C-.]) 167(define-key xterm-function-map "\e[27;5;46~" [?\C-.])
168(define-key xterm-function-map "\e[27;5;47~" [?\C-/]) 168(define-key xterm-function-map "\e[27;5;47~" [?\C-/])
169(define-key xterm-function-map "\e[27;5;92~" [?\C-\\)]) 169(define-key xterm-function-map "\e[27;5;92~" [?\C-\\])
170 170
171(define-key xterm-function-map "\e[27;2;9~" [S-tab]) 171(define-key xterm-function-map "\e[27;2;9~" [S-tab])
172(define-key xterm-function-map "\e[27;2;13~" [S-return]) 172(define-key xterm-function-map "\e[27;2;13~" [S-return])