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