mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
8 lines
195 B
EmacsLisp
8 lines
195 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
|
|
(defun terminal-init-vt125 ()
|
|
"Terminal initialization function for vt125."
|
|
(tty-run-terminal-initialization (selected-frame) "vt100"))
|
|
|
|
;;; vt125.el ends here
|