mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-16 19:00:55 -08:00
6 lines
197 B
EmacsLisp
6 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
|