;ELC   
;;; Compiled by pot@pot.cnuce.cnr.it on Tue Mar 18 15:39:28 2003
;;; from file /home/pot/gnu/emacs-pretest.new/lisp/emulation/edt-vt100.el
;;; in Emacs version 21.3
;;; with bytecomp version 2.85.4.1
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
	 (< (aref emacs-version (1- (length emacs-version))) ?A)
	 (or (and (boundp 'epoch::version) epoch::version)
	     (string-lessp emacs-version "19.29")))
    (error "`edt-vt100.el' was compiled for Emacs 19.29 or later"))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(load "edt-lk201" nil t)
#@35 Set terminal width to 80 columns.
(defalias 'edt-set-term-width-80 #[nil "\300\301!\207" [vt100-wide-mode -1] 2 (#$ . 655)])
#@36 Set terminal width to 132 columns.
(defalias 'edt-set-term-width-132 #[nil "\300\301!\207" [vt100-wide-mode 1] 2 (#$ . 786)])
