summaryrefslogtreecommitdiff
path: root/lisp/term/vt102.el
blob: ad780ed50812531b10ef8a1a4c87ca4eec84ca12 (plain)
1
2
3
4
5
6
7
8
;; -*- no-byte-compile: t -*-

(defun terminal-init-vt102 ()
  "Terminal initialization function for vt102."  
  (load "term/vt100" nil t))

;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here