Merge changes from emacs-23 branch
[bpt/emacs.git] / lisp / term / vt125.el
1 ;; -*- no-byte-compile: t -*-
2
3 (defun terminal-init-vt125 ()
4 "Terminal initialization function for vt125."
5 (tty-run-terminal-initialization (selected-frame) "vt100"))
6
7 ;;; vt125.el ends here