aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation
diff options
context:
space:
mode:
authorStefan Monnier2008-04-10 14:10:46 +0000
committerStefan Monnier2008-04-10 14:10:46 +0000
commitcbee283dd7dd655124e81a6bd555506476180b5d (patch)
tree50b092083f6297038aac647c6db3187bebb20e91 /lisp/emulation
parent40a339c881b095a5dd5508a1ef0d7bdb02cdec5f (diff)
downloademacs-cbee283dd7dd655124e81a6bd555506476180b5d.tar.gz
emacs-cbee283dd7dd655124e81a6bd555506476180b5d.zip
Fix up comment convention on the arch-tag lines.
Diffstat (limited to 'lisp/emulation')
-rw-r--r--lisp/emulation/crisp.el2
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/emulation/cua-gmrk.el2
-rw-r--r--lisp/emulation/cua-rect.el2
-rw-r--r--lisp/emulation/edt-lk201.el2
-rw-r--r--lisp/emulation/edt-mapper.el2
-rw-r--r--lisp/emulation/edt-pc.el2
-rw-r--r--lisp/emulation/edt-vt100.el2
-rw-r--r--lisp/emulation/edt.el2
-rw-r--r--lisp/emulation/keypad.el2
-rw-r--r--lisp/emulation/pc-mode.el2
-rw-r--r--lisp/emulation/vip.el2
-rw-r--r--lisp/emulation/viper-ex.el2
-rw-r--r--lisp/emulation/viper-keym.el2
-rw-r--r--lisp/emulation/viper-macs.el2
-rw-r--r--lisp/emulation/viper-mous.el2
-rw-r--r--lisp/emulation/viper-util.el2
-rw-r--r--lisp/emulation/ws-mode.el2
18 files changed, 18 insertions, 18 deletions
diff --git a/lisp/emulation/crisp.el b/lisp/emulation/crisp.el
index 7c254da869a..982f1e31760 100644
--- a/lisp/emulation/crisp.el
+++ b/lisp/emulation/crisp.el
@@ -393,5 +393,5 @@ With ARG, turn CRiSP mode on if ARG is positive, off otherwise."
393(run-hooks 'crisp-load-hook) 393(run-hooks 'crisp-load-hook)
394(provide 'crisp) 394(provide 'crisp)
395 395
396;;; arch-tag: e5369375-fafb-4240-b7ae-4cb460ef05ee 396;; arch-tag: e5369375-fafb-4240-b7ae-4cb460ef05ee
397;;; crisp.el ends here 397;;; crisp.el ends here
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index 9f716f27c38..288eec70c66 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -1623,5 +1623,5 @@ shifted movement key, set `cua-highlight-region-shift-only'."
1623 1623
1624(provide 'cua-base) 1624(provide 'cua-base)
1625 1625
1626;;; arch-tag: 21fb6289-ba25-4fee-bfdc-f9fb351acf05 1626;; arch-tag: 21fb6289-ba25-4fee-bfdc-f9fb351acf05
1627;;; cua-base.el ends here 1627;;; cua-base.el ends here
diff --git a/lisp/emulation/cua-gmrk.el b/lisp/emulation/cua-gmrk.el
index be87804f196..2ed1ece3946 100644
--- a/lisp/emulation/cua-gmrk.el
+++ b/lisp/emulation/cua-gmrk.el
@@ -386,5 +386,5 @@ With prefix argument, don't jump to global mark when cancelling it."
386 386
387(provide 'cua-gmrk) 387(provide 'cua-gmrk)
388 388
389;;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f 389;; arch-tag: 553d8076-a91d-48ae-825d-6cb962a5f67f
390;;; cua-gmrk.el ends here 390;;; cua-gmrk.el ends here
diff --git a/lisp/emulation/cua-rect.el b/lisp/emulation/cua-rect.el
index 93709f7660c..3846ab59c32 100644
--- a/lisp/emulation/cua-rect.el
+++ b/lisp/emulation/cua-rect.el
@@ -1492,5 +1492,5 @@ With prefix arg, indent to that column."
1492 1492
1493(provide 'cua-rect) 1493(provide 'cua-rect)
1494 1494
1495;;; arch-tag: b730df53-17b9-4a89-bd63-4a71ec196731 1495;; arch-tag: b730df53-17b9-4a89-bd63-4a71ec196731
1496;;; cua-rect.el ends here 1496;;; cua-rect.el ends here
diff --git a/lisp/emulation/edt-lk201.el b/lisp/emulation/edt-lk201.el
index 91db5bc70f9..db996f5470c 100644
--- a/lisp/emulation/edt-lk201.el
+++ b/lisp/emulation/edt-lk201.el
@@ -58,5 +58,5 @@
58 ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18]) 58 ("HELP" . [help]) ("DO" . [menu]) ("F17" . [f17]) ("F18" . [f18])
59 ("F19" . [f19]) ("F20" . [f20]))) 59 ("F19" . [f19]) ("F20" . [f20])))
60 60
61;;; arch-tag: 36f498cf-c3f6-41b0-911b-83b1348855ec 61;; arch-tag: 36f498cf-c3f6-41b0-911b-83b1348855ec
62;;; edt-lk201.el ends here 62;;; edt-lk201.el ends here
diff --git a/lisp/emulation/edt-mapper.el b/lisp/emulation/edt-mapper.el
index 79dabcc7433..1bea1d8dc22 100644
--- a/lisp/emulation/edt-mapper.el
+++ b/lisp/emulation/edt-mapper.el
@@ -521,5 +521,5 @@
521(sit-for 600) 521(sit-for 600)
522(kill-emacs t) 522(kill-emacs t)
523 523
524;;; arch-tag: 9eea59c8-b8b7-4d66-b858-c8920624c518 524;; arch-tag: 9eea59c8-b8b7-4d66-b858-c8920624c518
525;;; edt-mapper.el ends here 525;;; edt-mapper.el ends here
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el
index 5bfaf828ea6..5c99c145fb6 100644
--- a/lisp/emulation/edt-pc.el
+++ b/lisp/emulation/edt-pc.el
@@ -88,5 +88,5 @@
88 ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" ) 88 ("HELP" . "" ) ("DO" . "" ) ("F17" . "" ) ("F18" . "" )
89 ("F19" . "" ) ("F20" . "" ))) 89 ("F19" . "" ) ("F20" . "" )))
90 90
91;;; arch-tag: 4593d053-183a-4062-97de-57b8877595ce 91;; arch-tag: 4593d053-183a-4062-97de-57b8877595ce
92;;; edt-pc.el ends here 92;;; edt-pc.el ends here
diff --git a/lisp/emulation/edt-vt100.el b/lisp/emulation/edt-vt100.el
index e534927adc2..6b88bc8a043 100644
--- a/lisp/emulation/edt-vt100.el
+++ b/lisp/emulation/edt-vt100.el
@@ -49,5 +49,5 @@
49 "Set terminal width to 132 columns." 49 "Set terminal width to 132 columns."
50 (vt100-wide-mode 1)) 50 (vt100-wide-mode 1))
51 51
52;;; arch-tag: c9f10c95-915f-44b5-93ff-4654abca4dd4 52;; arch-tag: c9f10c95-915f-44b5-93ff-4654abca4dd4
53;;; edt-vt100.el ends here 53;;; edt-vt100.el ends here
diff --git a/lisp/emulation/edt.el b/lisp/emulation/edt.el
index 2d54c53c174..e5486928954 100644
--- a/lisp/emulation/edt.el
+++ b/lisp/emulation/edt.el
@@ -2704,5 +2704,5 @@ G-C-\\: Split Window | FNDNXT | Yank | CUT |
2704 2704
2705(provide 'edt) 2705(provide 'edt)
2706 2706
2707;;; arch-tag: 18d1c54f-6900-4078-8bbc-7c2292f48941 2707;; arch-tag: 18d1c54f-6900-4078-8bbc-7c2292f48941
2708;;; edt.el ends here 2708;;; edt.el ends here
diff --git a/lisp/emulation/keypad.el b/lisp/emulation/keypad.el
index 565caf2368c..87270c671ed 100644
--- a/lisp/emulation/keypad.el
+++ b/lisp/emulation/keypad.el
@@ -272,5 +272,5 @@ the decimal key on the keypad is mapped to DECIMAL instead of `.'"
272 272
273 (setq i (1+ i))))) 273 (setq i (1+ i)))))
274 274
275;;; arch-tag: 0899d2bd-9e12-4b4e-9aef-d0014d3b6414 275;; arch-tag: 0899d2bd-9e12-4b4e-9aef-d0014d3b6414
276;;; keypad.el ends here 276;;; keypad.el ends here
diff --git a/lisp/emulation/pc-mode.el b/lisp/emulation/pc-mode.el
index 075da633cef..ebc68314750 100644
--- a/lisp/emulation/pc-mode.el
+++ b/lisp/emulation/pc-mode.el
@@ -55,5 +55,5 @@ C-Escape does list-buffers."
55 55
56(provide 'pc-mode) 56(provide 'pc-mode)
57 57
58;;; arch-tag: df007c05-f885-4cd0-8c1e-487d0f8dd9c9 58;; arch-tag: df007c05-f885-4cd0-8c1e-487d0f8dd9c9
59;;; pc-mode.el ends here 59;;; pc-mode.el ends here
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el
index 3fff469958d..cec6233f1cb 100644
--- a/lisp/emulation/vip.el
+++ b/lisp/emulation/vip.el
@@ -3075,5 +3075,5 @@ vip-s-string"
3075 3075
3076(provide 'vip) 3076(provide 'vip)
3077 3077
3078;;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415 3078;; arch-tag: bff623ef-48f7-41d4-9aa3-2e840c9ab415
3079;;; vip.el ends here 3079;;; vip.el ends here
diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el
index 54f8f23a0bc..a5eab5baf64 100644
--- a/lisp/emulation/viper-ex.el
+++ b/lisp/emulation/viper-ex.el
@@ -2318,5 +2318,5 @@ Type 'mak ' (including the space) to run make with no args."
2318 2318
2319 2319
2320 2320
2321;;; arch-tag: 56b80d36-f880-4d10-bd66-85ad91a295db 2321;; arch-tag: 56b80d36-f880-4d10-bd66-85ad91a295db
2322;;; viper-ex.el ends here 2322;;; viper-ex.el ends here
diff --git a/lisp/emulation/viper-keym.el b/lisp/emulation/viper-keym.el
index 87727f7e033..13aae4d480d 100644
--- a/lisp/emulation/viper-keym.el
+++ b/lisp/emulation/viper-keym.el
@@ -703,5 +703,5 @@ form ((key . function) (key . function) ... )."
703;;; End: 703;;; End:
704 704
705 705
706;;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1 706;; arch-tag: 43af4b2f-0bea-400b-889e-221ebc00acb1
707;;; viper-keym.el ends here 707;;; viper-keym.el ends here
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 448903da5c9..28445c38248 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -933,5 +933,5 @@ name from there."
933 (call-last-kbd-macro))) 933 (call-last-kbd-macro)))
934 934
935 935
936;;; arch-tag: ecd3cc5c-8cd0-4bbe-b2ec-7e75a4b7d0aa 936;; arch-tag: ecd3cc5c-8cd0-4bbe-b2ec-7e75a4b7d0aa
937;;; viper-macs.el ends here 937;;; viper-macs.el ends here
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el
index e7d2315b52b..00e0cf5f48f 100644
--- a/lisp/emulation/viper-mous.el
+++ b/lisp/emulation/viper-mous.el
@@ -664,5 +664,5 @@ This buffer may be different from the one where the click occurred."
664;;; End: 664;;; End:
665 665
666 666
667;;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f 667;; arch-tag: e56b2390-06c4-4dd1-96f5-c7876e2d8c2f
668;;; viper-mous.el ends here 668;;; viper-mous.el ends here
diff --git a/lisp/emulation/viper-util.el b/lisp/emulation/viper-util.el
index 8ea4805c90b..af50b511e97 100644
--- a/lisp/emulation/viper-util.el
+++ b/lisp/emulation/viper-util.el
@@ -1564,5 +1564,5 @@ This option is appropriate if you like Emacs-style words."
1564;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun) 1564;;; eval: (put 'viper-deflocalvar 'lisp-indent-hook 'defun)
1565;;; End: 1565;;; End:
1566 1566
1567;;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3 1567;; arch-tag: 7f023fd5-dd9e-4378-a397-9c179553b0e3
1568;;; viper-util.el ends here 1568;;; viper-util.el ends here
diff --git a/lisp/emulation/ws-mode.el b/lisp/emulation/ws-mode.el
index 80fcfd333ed..eb50312661c 100644
--- a/lisp/emulation/ws-mode.el
+++ b/lisp/emulation/ws-mode.el
@@ -756,5 +756,5 @@ sWith: " )
756 756
757(provide 'ws-mode) 757(provide 'ws-mode)
758 758
759;;; arch-tag: 6dd864bf-2ccb-4d59-af6e-492eba2890a3 759;; arch-tag: 6dd864bf-2ccb-4d59-af6e-492eba2890a3
760;;; ws-mode.el ends here 760;;; ws-mode.el ends here