From e8af40eed41d6c61ea6a0649512c4b09afcb1bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 16 Jul 2001 12:23:00 +0000 Subject: Some fixes to follow coding conventions. --- lisp/term/AT386.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/term/AT386.el') diff --git a/lisp/term/AT386.el b/lisp/term/AT386.el index d006450380b..eae65d2fbd0 100644 --- a/lisp/term/AT386.el +++ b/lisp/term/AT386.el @@ -33,7 +33,7 @@ ;; The terminal initialization should already have set up some keys (setq AT386-keypad-map (lookup-key function-key-map "\e[")) (if (not (keymapp AT386-keypad-map)) - (error "What? Your AT386 termcap/terminfo has no keycaps in it.")) + (error "What? Your AT386 termcap/terminfo has no keycaps in it")) ;; Equivalents of these are set up automatically by termcap/terminfo ;; (define-key AT386-keypad-map "A" [up]) -- cgit v1.2.1