diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/term/AT386.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
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]) |