1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
emacs/lisp/term/vt125.el
2008-04-10 14:10:46 +00:00

9 lines
245 B
EmacsLisp

;; -*- no-byte-compile: t -*-
(defun terminal-init-vt125 ()
"Terminal initialization function for vt125."
(tty-run-terminal-initialization (selected-frame) "vt100"))
;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
;;; vt125.el ends here