comparison lisp/emulation/edt-vt100.el @ 11441:3399c8c9b91b

(edt-vt100-revision): Deleted.
author Karl Heuer <kwzh@gnu.org>
date Fri, 14 Apr 1995 17:19:29 +0000
parents 4d2a2fe1d8d7
children f5ecbf76f4f9
comparison
equal deleted inserted replaced
11440:d764e3702460 11441:3399c8c9b91b
26 ;; along with GNU Emacs; see the file COPYING. If not, write to 26 ;; along with GNU Emacs; see the file COPYING. If not, write to
27 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 27 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
28 28
29 ;;; Usage: 29 ;;; Usage:
30 30
31 ;; See edt-user.doc 31 ;; See edt-user.doc in the Emacs etc directory.
32 32
33 ;; ==================================================================== 33 ;; ====================================================================
34 34
35 ;;;
36 ;;; Revision Information
37 ;;;
38 (defconst edt-vt100-revision "$Revision: 1.1 $"
39 "Revision Number of EDT VT Series Terminal Support.")
40
41 ;; Get keyboard function key mapping to EDT keys. 35 ;; Get keyboard function key mapping to EDT keys.
42 (load "edt-lk201" nil t) 36 (load "edt-lk201" nil t)
43 37
44 (defun edt-set-screen-width-80 () 38 (defun edt-set-screen-width-80 ()
45 "Set screen width to 80 columns." 39 "Set screen width to 80 columns."