Fix up comment convention on the arch-tag lines.
[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 ;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
8 ;;; vt125.el ends here