More tweaks of skeleton documentation wrt \n behavior at bol/eol.
[bpt/emacs.git] / lisp / term / vt125.el
1
2 (defun terminal-init-vt125 ()
3 "Terminal initialization function for vt125."
4 (tty-run-terminal-initialization (selected-frame) "vt100"))
5
6 ;;; vt125.el ends here