summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaroly Lorentey <lorentey@elte.hu>2006-05-20 17:30:48 +0000
committerKaroly Lorentey <lorentey@elte.hu>2006-05-20 17:30:48 +0000
commitdbe9f5ba9648890dc34f4836a49fde766b21ce74 (patch)
tree31cfa9e2d8ddaa882edfd4e5ebf8b96d6240b17e
parentab797f65de1b82ff9e96aab6989976a152385048 (diff)
downloademacs-dbe9f5ba9648890dc34f4836a49fde766b21ce74.tar.gz
Fix syntax errors in terminal initialization files.
* lisp/term/iris-ansi.el (iris-function-map): Fix read syntax. * lisp/term/lk201.el (lk201-function-map): Fix read syntax. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-566
-rw-r--r--lisp/term/iris-ansi.el4
-rw-r--r--lisp/term/lk201.el2
2 files changed, 3 insertions, 3 deletions
diff --git a/lisp/term/iris-ansi.el b/lisp/term/iris-ansi.el
index a6d0724cad1..0f1d426d23c 100644
--- a/lisp/term/iris-ansi.el
+++ b/lisp/term/iris-ansi.el
@@ -93,8 +93,8 @@
(define-key iris-function-map "\e[048q" [M-f12])
-(define-key iris-function-map "\e[057q" [C-`])
-(define-key iris-function-map "\e[115q" [M-`])
+(define-key iris-function-map "\e[057q" [?\C-`])
+(define-key iris-function-map "\e[115q" [?\M-`])
(define-key iris-function-map "\e[049q" [?\C-1])
(define-key iris-function-map "\e[058q" [?\M-1])
diff --git a/lisp/term/lk201.el b/lisp/term/lk201.el
index dad42d8f68f..17ac3474ff0 100644
--- a/lisp/term/lk201.el
+++ b/lisp/term/lk201.el
@@ -69,7 +69,7 @@
(define-key lk201-function-map "\eOv" [kp-6])
(define-key lk201-function-map "\eOw" [kp-7])
(define-key lk201-function-map "\eOx" [kp-8])
-(define-key lk201-function-map "\eOy" [kp-9]))
+(define-key lk201-function-map "\eOy" [kp-9])
(defun terminal-init-lk201 ()
;; Use inheritance to let the main keymap override these defaults.