annotate lisp/term/vt200.el @ 24589:316c00e8bc62
(x_set_font): Fix error message.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Thu, 08 Apr 1999 01:16:01 +0000 (1999-04-08) |
parents |
73eb72de291d |
children |
67b464da13ec |
rev |
line source |
3848
|
1 ;; For our purposes we can treat the vt200 and vt100 almost alike.
|
|
2 ;; Most differences are handled by the termcap entry.
|
3289
|
3 (load "term/vt100" nil t)
|
3848
|
4
|
|
5 ;; Make F11 an escape key.
|
|
6 (define-key function-key-map "\e[23~" [?\e])
|