Fix up comment convention on the arch-tag lines.
[bpt/emacs.git] / lisp / term / vt100.el
index 10a1561..3f396d5 100644 (file)
@@ -57,5 +57,5 @@ With negative argument, switch to 80-column mode."
  (send-string-to-terminal (if vt100-wide-mode "\e[?3h" "\e[?3l"))
  (set-frame-width terminal-frame (if vt100-wide-mode 132 80)))
 
-;;; arch-tag: 9ff41f24-a7c9-4dee-9cf2-fbaa951eb840
+;; arch-tag: 9ff41f24-a7c9-4dee-9cf2-fbaa951eb840
 ;;; vt100.el ends here