Mercurial > emacs
changeset 3289:e010fc52b552
Just load vt100.el.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 30 May 1993 03:45:33 +0000 |
parents | f1f4cab7f621 |
children | 1064f75f0d34 |
files | lisp/term/apollo.el lisp/term/vt200.el |
diffstat | 2 files changed, 4 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term/apollo.el Sun May 30 03:44:07 1993 +0000 +++ b/lisp/term/apollo.el Sun May 30 03:45:33 1993 +0000 @@ -1,1 +1,1 @@ -(load "term/vt100") +(load "term/vt100" nil t)
--- a/lisp/term/vt200.el Sun May 30 03:44:07 1993 +0000 +++ b/lisp/term/vt200.el Sun May 30 03:45:33 1993 +0000 @@ -1,9 +1,3 @@ -(defun terminal-80-columns () - (interactive) - (send-string-to-terminal "\033[?3l") - (set-frame-width 80)) - -(defun terminal-132-columns () - (interactive) - (send-string-to-terminal "\033[?3h") - (set-frame-width 132)) +;; For our purposes we can treat the vt200 and vt100 alike. +;; The differences are handled by the termcap entry. +(load "term/vt100" nil t)