* lisp/custom.el (defcustom): Add doc link to Lisp manual (Bug#10635).
[emacs.git] / lisp / term / vt102.el
blob0f2e3805f581a1aaf58171f6446d8717c09b0eaa
1 ;; -*- no-byte-compile: t -*-
3 (defun terminal-init-vt102 ()
4 "Terminal initialization function for vt102."
5 (tty-run-terminal-initialization (selected-frame) "vt100"))
7 ;;; vt102.el ends here