diff lisp/term/vt100.el @ 93975:1e3a407766b9

Fix up comment convention on the arch-tag lines.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 10 Apr 2008 14:10:46 +0000
parents 107ccd98fa12
children f3ab0c2464f5
line wrap: on
line diff
--- a/lisp/term/vt100.el	Thu Apr 10 11:38:15 2008 +0000
+++ b/lisp/term/vt100.el	Thu Apr 10 14:10:46 2008 +0000
@@ -57,5 +57,5 @@
  (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