emacs/lisp/term/apollo.el

7 lines
197 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t -*-
(defun terminal-init-apollo ()
"Terminal initialization function for apollo."
(tty-run-terminal-initialization (selected-frame) "vt100"))
;;; apollo.el ends here