aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-04-10 14:10:46 +0000
committerStefan Monnier <[email protected]>2008-04-10 14:10:46 +0000
commitcbee283dd7dd655124e81a6bd555506476180b5d (patch)
tree50b092083f6297038aac647c6db3187bebb20e91 /lisp/term
parent40a339c881b095a5dd5508a1ef0d7bdb02cdec5f (diff)
Fix up comment convention on the arch-tag lines.
Diffstat (limited to 'lisp/term')
-rw-r--r--lisp/term/apollo.el2
-rw-r--r--lisp/term/bobcat.el2
-rw-r--r--lisp/term/internal.el2
-rw-r--r--lisp/term/linux.el2
-rw-r--r--lisp/term/pc-win.el2
-rw-r--r--lisp/term/sup-mouse.el2
-rw-r--r--lisp/term/tty-colors.el2
-rw-r--r--lisp/term/vt100.el2
-rw-r--r--lisp/term/vt102.el2
-rw-r--r--lisp/term/vt125.el2
10 files changed, 10 insertions, 10 deletions
diff --git a/lisp/term/apollo.el b/lisp/term/apollo.el
index c47de919b0..fc75a3e559 100644
--- a/lisp/term/apollo.el
+++ b/lisp/term/apollo.el
@@ -3,5 +3,5 @@
"Terminal initialization function for apollo."
(tty-run-terminal-initialization (selected-frame) "vt100"))
-;;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
+;; arch-tag: c72f446f-e6b7-4749-90a4-bd68632adacf
;;; apollo.el ends here
diff --git a/lisp/term/bobcat.el b/lisp/term/bobcat.el
index 974476f679..e7723b0706 100644
--- a/lisp/term/bobcat.el
+++ b/lisp/term/bobcat.el
@@ -6,5 +6,5 @@
(keyboard-translate ?\177 ?\^h)
(keyboard-translate ?\^h ?\177))
-;;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
+;; arch-tag: 754e4520-0a3e-4e6e-8ca5-9481b1f85cf7
;;; bobcat.el ends here
diff --git a/lisp/term/internal.el b/lisp/term/internal.el
index 0c7d944699..bcc8834394 100644
--- a/lisp/term/internal.el
+++ b/lisp/term/internal.el
@@ -729,5 +729,5 @@ list. You can (and should) also run it whenever the value of
;; characters to arrive at our display code verbatim.
(standard-display-8bit 127 255)
-;;; arch-tag: eea04c06-7311-4b5a-b531-3c1be1b070af
+;; arch-tag: eea04c06-7311-4b5a-b531-3c1be1b070af
;;; internal.el ends here
diff --git a/lisp/term/linux.el b/lisp/term/linux.el
index fdd8e2229a..1473674978 100644
--- a/lisp/term/linux.el
+++ b/lisp/term/linux.el
@@ -19,5 +19,5 @@
;; The arg only matters in that it is not t or nil.
(set-input-meta-mode 'iso-latin-1))
-;;; arch-tag: 5d0c4f63-739b-4862-abf3-041fe42adb8f
+;; arch-tag: 5d0c4f63-739b-4862-abf3-041fe42adb8f
;;; linux.el ends here
diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el
index e3bb01eded..5c30179272 100644
--- a/lisp/term/pc-win.el
+++ b/lisp/term/pc-win.el
@@ -245,5 +245,5 @@ are fixed-pitch."
;; ---------------------------------------------------------------------------
-;;; arch-tag: 5cbdb455-b495-427b-95d0-e417d77d00b4
+;; arch-tag: 5cbdb455-b495-427b-95d0-e417d77d00b4
;;; pc-win.el ends here
diff --git a/lisp/term/sup-mouse.el b/lisp/term/sup-mouse.el
index 3486aebf01..35f77eea97 100644
--- a/lisp/term/sup-mouse.el
+++ b/lisp/term/sup-mouse.el
@@ -197,5 +197,5 @@ X and Y are 0-based character positions on the frame."
(get-window-with-predicate (lambda (w)
(coordinates-in-window-p (cons x y) w))))
-;;; arch-tag: ec644ed4-cac4-43b8-b3db-cfe83e9098d7
+;; arch-tag: ec644ed4-cac4-43b8-b3db-cfe83e9098d7
;;; sup-mouse.el ends here
diff --git a/lisp/term/tty-colors.el b/lisp/term/tty-colors.el
index c314d4fada..41f8e76ab0 100644
--- a/lisp/term/tty-colors.el
+++ b/lisp/term/tty-colors.el
@@ -1043,5 +1043,5 @@ A color is considered gray if the 3 components of its RGB value are equal."
(setq colors (cdr colors)))
count))
-;;; arch-tag: 84d5c3ef-ae22-4754-99ac-e6350c0967ae
+;; arch-tag: 84d5c3ef-ae22-4754-99ac-e6350c0967ae
;;; tty-colors.el ends here
diff --git a/lisp/term/vt100.el b/lisp/term/vt100.el
index 10a15619f8..3f396d5e5d 100644
--- a/lisp/term/vt100.el
+++ b/lisp/term/vt100.el
@@ -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
diff --git a/lisp/term/vt102.el b/lisp/term/vt102.el
index 67a90a8242..1f9bb00efa 100644
--- a/lisp/term/vt102.el
+++ b/lisp/term/vt102.el
@@ -4,5 +4,5 @@
"Terminal initialization function for vt102."
(tty-run-terminal-initialization (selected-frame) "vt100"))
-;;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
+;; arch-tag: 6e839cfc-125a-4574-82f1-c23a51f7c50f
;;; vt102.el ends here
diff --git a/lisp/term/vt125.el b/lisp/term/vt125.el
index 82a7047fef..b5a31e8a0f 100644
--- a/lisp/term/vt125.el
+++ b/lisp/term/vt125.el
@@ -4,5 +4,5 @@
"Terminal initialization function for vt125."
(tty-run-terminal-initialization (selected-frame) "vt100"))
-;;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
+;; arch-tag: 1d92d70f-dd55-4a1d-9088-e215a4883801
;;; vt125.el ends here