diff options
| author | Karoly Lorentey | 2006-07-29 10:31:20 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-07-29 10:31:20 +0000 |
| commit | 6f5d9ee789f8e2b239f8d521a29f8a15d2c59659 (patch) | |
| tree | a6e81e5ec93a4a71512bcabad7dcd0cd710ef1f7 /lisp | |
| parent | 251bc578cc636223d618d06cf2a2bb7d07db9cce (diff) | |
| download | emacs-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.el | 2 |
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]) |