diff options
Diffstat (limited to 'lisp/term/AT386.el')
-rw-r--r-- | lisp/term/AT386.el | 2 |
1 files changed, 1 insertions, 1 deletions
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]) |