Merge from emacs-23; up to 2010-06-08T03:06:47Z!dann@ics.uci.edu.
[bpt/emacs.git] / lisp / term / vt102.el
1 ;; -*- no-byte-compile: t -*-
2
3 (defun terminal-init-vt102 ()
4 "Terminal initialization function for vt102."
5 (tty-run-terminal-initialization (selected-frame) "vt100"))
6
7 ;;; vt102.el ends here