mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
8 lines
195 B
EmacsLisp
8 lines
195 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
|
|
(defun terminal-init-vt102 ()
|
|
"Terminal initialization function for vt102."
|
|
(tty-run-terminal-initialization (selected-frame) "vt100"))
|
|
|
|
;;; vt102.el ends here
|