]> code.delx.au - gnu-emacs/commitdiff
Fix syntax errors in terminal initialization files.
authorKaroly Lorentey <lorentey@elte.hu>
Sat, 20 May 2006 17:30:48 +0000 (17:30 +0000)
committerKaroly Lorentey <lorentey@elte.hu>
Sat, 20 May 2006 17:30:48 +0000 (17:30 +0000)
* 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

lisp/term/iris-ansi.el
lisp/term/lk201.el

index a6d0724cad1b42757dc44c71b78641718c4f0812..0f1d426d23c09bb41f2ec313190b2064285036e6 100644 (file)
@@ -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])
index dad42d8f68f43dd1874683411746a60fda18e2d2..17ac3474ff0809e6ae7c22e3f0327cdf1d8a2d45 100644 (file)
@@ -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.