summaryrefslogtreecommitdiff
path: root/lisp/term/lk201.el
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 /lisp/term/lk201.el
parentab797f65de1b82ff9e96aab6989976a152385048 (diff)
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
Diffstat (limited to 'lisp/term/lk201.el')
-rw-r--r--lisp/term/lk201.el2
1 files changed, 1 insertions, 1 deletions
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.