]> code.delx.au - gnu-emacs/blob - lisp/term/apollo.el
Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu
[gnu-emacs] / lisp / term / apollo.el
1 (defun terminal-init-apollo ()
2 "Terminal initialization function for apollo."
3 (tty-run-terminal-initialization (selected-frame) "vt100"))
4
5 ;;; apollo.el ends here