Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / term / vt102.el
CommitLineData
0a10297a
JB
1;; -*- no-byte-compile: t -*-
2
4f0c9ba7 3(defun terminal-init-vt102 ()
8cbd7bed
KL
4 "Terminal initialization function for vt102."
5 (tty-run-terminal-initialization (selected-frame) "vt100"))
60370d40 6
cbee283d 7;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
60370d40 8;;; vt102.el ends here