* lisp/subr.el (read-quoted-char): Fix up last change.
[emacs.git] / lisp / term / apollo.el
blobfc75a3e559989c8cc8aaf474a2e0cca8ed6fc52d
1 ;; -*- no-byte-compile: t -*-
2 (defun terminal-init-apollo ()
3 "Terminal initialization function for apollo."
4 (tty-run-terminal-initialization (selected-frame) "vt100"))
6 ;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
7 ;;; apollo.el ends here