annotate lisp/term/vt200.el @ 3759:036367460955

* sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it disables the meta key.
author Jim Blandy <jimb@redhat.com>
date Wed, 16 Jun 1993 20:02:58 +0000
parents e010fc52b552
children 73eb72de291d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3289
e010fc52b552 Just load vt100.el.
Richard M. Stallman <rms@gnu.org>
parents: 779
diff changeset
1 ;; For our purposes we can treat the vt200 and vt100 alike.
e010fc52b552 Just load vt100.el.
Richard M. Stallman <rms@gnu.org>
parents: 779
diff changeset
2 ;; The differences are handled by the termcap entry.
e010fc52b552 Just load vt100.el.
Richard M. Stallman <rms@gnu.org>
parents: 779
diff changeset
3 (load "term/vt100" nil t)