mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
9 lines
245 B
EmacsLisp
9 lines
245 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
|
|
(defun terminal-init-vt102 ()
|
|
"Terminal initialization function for vt102."
|
|
(tty-run-terminal-initialization (selected-frame) "vt100"))
|
|
|
|
;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
|
|
;;; vt102.el ends here
|