1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00
emacs/lisp/term/vt102.el

9 lines
246 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t -*-
(defun terminal-init-vt102 ()
"Terminal initialization function for vt102."
(tty-run-terminal-initialization (selected-frame) "vt100"))
2003-09-01 15:45:59 +00:00
;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here