annotate lisp/term/vt200.el @ 3795:d59af8c9bc65

(mouse-menu-choose-yank): New function. Put it in the edit menu. (yank-menu-length): New variable.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Jun 1993 04:17:21 +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)