changeset 83526:f441150d61fa

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
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 20 May 2006 17:30:48 +0000
parents b2e7507b55c6
children c44562301a11
files lisp/term/iris-ansi.el lisp/term/lk201.el
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term/iris-ansi.el	Sat May 20 17:12:43 2006 +0000
+++ b/lisp/term/iris-ansi.el	Sat May 20 17:30:48 2006 +0000
@@ -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])
--- a/lisp/term/lk201.el	Sat May 20 17:12:43 2006 +0000
+++ b/lisp/term/lk201.el	Sat May 20 17:30:48 2006 +0000
@@ -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.