]> code.delx.au - gnu-emacs/blob - lisp/term/apollo.el
Nuke arch-tags.
[gnu-emacs] / lisp / term / apollo.el
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-apollo ()
3 "Terminal initialization function for apollo."
4 (tty-run-terminal-initialization (selected-frame) "vt100"))
5
6 ;;; apollo.el ends here