]> code.delx.au - gnu-emacs/blob - lisp/term/vt102.el
Fix incorrect usage of @key in the User Manual (Bug#20135)
[gnu-emacs] / 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