mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-13 09:32:47 +00:00
7 lines
197 B
EmacsLisp
7 lines
197 B
EmacsLisp
;; -*- no-byte-compile: t -*-
|
|
(defun terminal-init-apollo ()
|
|
"Terminal initialization function for apollo."
|
|
(tty-run-terminal-initialization (selected-frame) "vt100"))
|
|
|
|
;;; apollo.el ends here
|