# HG changeset patch # User Karoly Lorentey # Date 1148146248 0 # Node ID f441150d61fa1ce5af3470638eb0f79ad98d74a3 # Parent b2e7507b55c69a3a8153801a843b5fa337d8c64f 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 diff -r b2e7507b55c6 -r f441150d61fa lisp/term/iris-ansi.el --- 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]) diff -r b2e7507b55c6 -r f441150d61fa lisp/term/lk201.el --- 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.