view lisp/term/apollo.el @ 112270:cc0887b67703

Merge from emacs-23 branch, up to r100382. Note: emacs-23 r100373 is rendered unnecessary by pre-existing 2010-05-20 trunk change.
author Glenn Morris <rgm@gnu.org>
date Sat, 15 Jan 2011 12:38:27 -0800
parents 1e3a407766b9
children ef719132ddfa
line wrap: on
line source

;; -*- no-byte-compile: t -*-
(defun terminal-init-apollo ()
  "Terminal initialization function for apollo."
  (tty-run-terminal-initialization (selected-frame) "vt100"))

;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
;;; apollo.el ends here