diff options
author | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2003-09-01 15:45:59 +0000 |
commit | ab5796a9f97180707734a81320e3eb81937281fe (patch) | |
tree | eef8aa4dd3733966628c6a43bd924b51557519e9 /lisp/play | |
parent | 1042fe8c8ca167fdb44365d99a35492df87b078f (diff) | |
download | emacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz |
Add arch taglines
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/5x5.el | 1 | ||||
-rw-r--r-- | lisp/play/animate.el | 1 | ||||
-rw-r--r-- | lisp/play/blackbox.el | 1 | ||||
-rw-r--r-- | lisp/play/bruce.el | 1 | ||||
-rw-r--r-- | lisp/play/cookie1.el | 1 | ||||
-rw-r--r-- | lisp/play/decipher.el | 1 | ||||
-rw-r--r-- | lisp/play/dissociate.el | 1 | ||||
-rw-r--r-- | lisp/play/doctor.el | 1 | ||||
-rw-r--r-- | lisp/play/dunnet.el | 1 | ||||
-rw-r--r-- | lisp/play/fortune.el | 1 | ||||
-rw-r--r-- | lisp/play/gamegrid.el | 1 | ||||
-rw-r--r-- | lisp/play/gametree.el | 1 | ||||
-rw-r--r-- | lisp/play/gomoku.el | 1 | ||||
-rw-r--r-- | lisp/play/handwrite.el | 1 | ||||
-rw-r--r-- | lisp/play/hanoi.el | 1 | ||||
-rw-r--r-- | lisp/play/landmark.el | 1 | ||||
-rw-r--r-- | lisp/play/life.el | 1 | ||||
-rw-r--r-- | lisp/play/meese.el | 1 | ||||
-rw-r--r-- | lisp/play/morse.el | 1 | ||||
-rw-r--r-- | lisp/play/mpuz.el | 1 | ||||
-rw-r--r-- | lisp/play/pong.el | 1 | ||||
-rw-r--r-- | lisp/play/snake.el | 1 | ||||
-rw-r--r-- | lisp/play/solitaire.el | 1 | ||||
-rw-r--r-- | lisp/play/spook.el | 1 | ||||
-rw-r--r-- | lisp/play/studly.el | 1 | ||||
-rw-r--r-- | lisp/play/tetris.el | 1 | ||||
-rw-r--r-- | lisp/play/yow.el | 1 | ||||
-rw-r--r-- | lisp/play/zone.el | 1 |
28 files changed, 28 insertions, 0 deletions
diff --git a/lisp/play/5x5.el b/lisp/play/5x5.el index bcac5fa2577..886e53a6afa 100644 --- a/lisp/play/5x5.el +++ b/lisp/play/5x5.el @@ -521,4 +521,5 @@ progress because it is an animated attempt." (provide '5x5) +;;; arch-tag: ec4dabd5-572d-41ea-b48c-ec5ce0d68fa9 ;;; 5x5.el ends here diff --git a/lisp/play/animate.el b/lisp/play/animate.el index 3e72247320f..40c4696dc08 100644 --- a/lisp/play/animate.el +++ b/lisp/play/animate.el @@ -184,4 +184,5 @@ Strings will be separated from each other by SPACE lines." (animate-string "my sunshine" 18 34) (animate-string "to stay!" 19 34)) +;;; arch-tag: 275289a3-6ac4-41da-b527-a1147045392f ;;; animate.el ends here diff --git a/lisp/play/blackbox.el b/lisp/play/blackbox.el index 9e6fd59e985..f3933e7ccd2 100644 --- a/lisp/play/blackbox.el +++ b/lisp/play/blackbox.el @@ -429,4 +429,5 @@ a reflection." (provide 'blackbox) +;;; arch-tag: 6c474c62-5617-4b10-9b44-ac430168c0e2 ;;; blackbox.el ends here diff --git a/lisp/play/bruce.el b/lisp/play/bruce.el index ff1a0753a52..57db4cff8cb 100644 --- a/lisp/play/bruce.el +++ b/lisp/play/bruce.el @@ -147,4 +147,5 @@ (provide 'bruce) +;;; arch-tag: b83ded51-4ccb-41ef-8bd6-3b521e81dd9b ;;; bruce.el ends here diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el index cd3c715bc99..24cde55373c 100644 --- a/lisp/play/cookie1.el +++ b/lisp/play/cookie1.el @@ -168,4 +168,5 @@ Optional fifth arg REQUIRE-MATCH non-nil forces a matching cookie." (provide 'cookie1) +;;; arch-tag: 4a8a8712-df6a-4f34-b030-108a1b47f9f2 ;;; cookie1.el ends here diff --git a/lisp/play/decipher.el b/lisp/play/decipher.el index 23634be1a53..7c08856da80 100644 --- a/lisp/play/decipher.el +++ b/lisp/play/decipher.el @@ -1068,4 +1068,5 @@ if it can't, it signals an error." ;;; (delete-backward-char 1) ;;; (insert ")\n")))))) +;;; arch-tag: 8f094d88-ffe1-4f99-afe3-a5e81dd939d9 ;;; decipher.el ends here diff --git a/lisp/play/dissociate.el b/lisp/play/dissociate.el index b8458f63fa4..63bc7b7d2df 100644 --- a/lisp/play/dissociate.el +++ b/lisp/play/dissociate.el @@ -100,4 +100,5 @@ Default is 2." (provide 'dissociate) +;;; arch-tag: 90d197d1-409b-45c5-a0b5-fbfb2e06334f ;;; dissociate.el ends here diff --git a/lisp/play/doctor.el b/lisp/play/doctor.el index 478c2af8eca..3cbb16fc2dc 100644 --- a/lisp/play/doctor.el +++ b/lisp/play/doctor.el @@ -1634,4 +1634,5 @@ Hack on previous word, setting global variable OWNER to correct result." (provide 'doctor) +;;; arch-tag: 579380f6-4902-4ea5-bccb-6339e30e1257 ;;; doctor.el ends here diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el index 402a3d96769..50b8bce5f74 100644 --- a/lisp/play/dunnet.el +++ b/lisp/play/dunnet.el @@ -3369,4 +3369,5 @@ File not found"))) (provide 'dunnet) +;;; arch-tag: 4cc8e47c-d9e1-4ef4-936b-578e7f529558 ;;; dunnet.el ends here diff --git a/lisp/play/fortune.el b/lisp/play/fortune.el index 0fad1df1048..306cf7daac1 100644 --- a/lisp/play/fortune.el +++ b/lisp/play/fortune.el @@ -327,4 +327,5 @@ and choose the directory as the fortune-file." ;;; Provide ourselves. (provide 'fortune) +;;; arch-tag: a1e4cb8a-3792-40e7-86a7-fc75ce094bcc ;;; fortune.el ends here diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 540498d0971..70e9ff2f954 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -578,4 +578,5 @@ FILE is created there." (provide 'gamegrid) +;;; arch-tag: a96c2ff4-1c12-427e-bd3d-faeaf174cd46 ;;; gamegrid.el ends here diff --git a/lisp/play/gametree.el b/lisp/play/gametree.el index 407f218fe0a..0ccb16be942 100644 --- a/lisp/play/gametree.el +++ b/lisp/play/gametree.el @@ -618,4 +618,5 @@ shogi, etc.) players, it is a slightly modified version of Outline mode. (provide 'gametree) +;;; arch-tag: aaa30943-9ae4-4cc1-813d-a46f96b7e4f1 ;;; gametree.el ends here diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index 7340f4d9d6b..b640c1bbbd8 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el @@ -1212,4 +1212,5 @@ If the game is finished, this command requests for another game." (provide 'gomoku) +;;; arch-tag: b1b8205e-77fc-4597-b373-3ea2c04311eb ;;; gomoku.el ends here diff --git a/lisp/play/handwrite.el b/lisp/play/handwrite.el index 9167bc536b5..5c6aa8f3abf 100644 --- a/lisp/play/handwrite.el +++ b/lisp/play/handwrite.el @@ -1417,4 +1417,5 @@ end (provide 'handwrite) +;;; arch-tag: f2285ae9-e41b-4c96-8343-87dce41e44b7 ;;; handwrite.el ends here diff --git a/lisp/play/hanoi.el b/lisp/play/hanoi.el index d3bf2bd336e..296ca82b64a 100644 --- a/lisp/play/hanoi.el +++ b/lisp/play/hanoi.el @@ -447,4 +447,5 @@ BITS must be of length nrings. Start at START-TIME." (provide 'hanoi) +;;; arch-tag: 7a901659-4346-495c-8883-14cbf540610c ;;; hanoi.el ends here diff --git a/lisp/play/landmark.el b/lisp/play/landmark.el index b4779a4e8ab..fff7f73768b 100644 --- a/lisp/play/landmark.el +++ b/lisp/play/landmark.el @@ -1703,4 +1703,5 @@ Use \\[describe-mode] for more info." (provide 'landmark) +;;; arch-tag: ae5031be-96e6-459e-a3df-1df53117d3f2 ;;; landmark.el ends here diff --git a/lisp/play/life.el b/lisp/play/life.el index c3bc0b38f8a..c7df1a8d017 100644 --- a/lisp/play/life.el +++ b/lisp/play/life.el @@ -279,4 +279,5 @@ generations (this defaults to 1)." (provide 'life) +;;; arch-tag: e9373544-755e-42f5-a9a1-4d4c422bb97a ;;; life.el ends here diff --git a/lisp/play/meese.el b/lisp/play/meese.el index d811dacb9bc..de27f567cea 100644 --- a/lisp/play/meese.el +++ b/lisp/play/meese.el @@ -34,4 +34,5 @@ (add-hook 'find-file-hook 'protect-innocence-hook) (provide 'meese) +;;; arch-tag: 47af12d2-6a7d-4e2e-a1ea-eae75a77e3f0 ;;; meese.el ends here diff --git a/lisp/play/morse.el b/lisp/play/morse.el index 40fc4de1d9f..cda88f4e640 100644 --- a/lisp/play/morse.el +++ b/lisp/play/morse.el @@ -138,4 +138,5 @@ (provide 'morse) +;;; arch-tag: 3331e6c1-9a9e-453f-abfd-163a9c3f93a6 ;;; morse.el ends here diff --git a/lisp/play/mpuz.el b/lisp/play/mpuz.el index 954b3cb338c..1a667606da3 100644 --- a/lisp/play/mpuz.el +++ b/lisp/play/mpuz.el @@ -515,4 +515,5 @@ You may abort a game by typing \\<mpuz-mode-map>\\[mpuz-offer-abort]." (provide 'mpuz) +;;; arch-tag: 2781d6ba-89e7-43b5-85c7-5d3a2e73feb1 ;;; mpuz.el ends here diff --git a/lisp/play/pong.el b/lisp/play/pong.el index 8d4f0871290..05e9e488e3d 100644 --- a/lisp/play/pong.el +++ b/lisp/play/pong.el @@ -459,4 +459,5 @@ pong-mode keybindings:\\<pong-mode-map> (provide 'pong) +;;; arch-tag: 1fdf0fc5-13e2-4de4-aae4-09bdd5af99f3 ;;; pong.el ends here diff --git a/lisp/play/snake.el b/lisp/play/snake.el index f2af0bb6495..d21b25f598f 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -412,4 +412,5 @@ Snake mode keybindings: (provide 'snake) +;;; arch-tag: 512ffc92-cfac-4287-9a4e-92890701a5c8 ;;; snake.el ends here diff --git a/lisp/play/solitaire.el b/lisp/play/solitaire.el index 127db243d3d..1dc57b61c65 100644 --- a/lisp/play/solitaire.el +++ b/lisp/play/solitaire.el @@ -456,4 +456,5 @@ Seen in info on text lines." (provide 'solitaire) +;;; arch-tag: 1b18ee1c-1e79-4a5b-8658-9560b82e63dd ;;; solitaire.el ends here diff --git a/lisp/play/spook.el b/lisp/play/spook.el index d9178613973..d76960fc038 100644 --- a/lisp/play/spook.el +++ b/lisp/play/spook.el @@ -77,4 +77,5 @@ (provide 'spook) +;;; arch-tag: c682b61f-92b6-4492-9c0d-2367e562449c ;;; spook.el ends here diff --git a/lisp/play/studly.el b/lisp/play/studly.el index 474f969ae08..2bb4cb53846 100644 --- a/lisp/play/studly.el +++ b/lisp/play/studly.el @@ -68,4 +68,5 @@ (provide 'studly) +;;; arch-tag: 0dbf5a60-d2e6-48c2-86ae-77fc8575ac67 ;;; studly.el ends here diff --git a/lisp/play/tetris.el b/lisp/play/tetris.el index 04c88392aed..ddf647d6a8c 100644 --- a/lisp/play/tetris.el +++ b/lisp/play/tetris.el @@ -646,4 +646,5 @@ tetris-mode keybindings: (provide 'tetris) +;;; arch-tag: fb780d53-3ff0-49f0-8e19-f7f13cf2d49e ;;; tetris.el ends here diff --git a/lisp/play/yow.el b/lisp/play/yow.el index 90708d4897d..3be9a99bf79 100644 --- a/lisp/play/yow.el +++ b/lisp/play/yow.el @@ -126,4 +126,5 @@ If called interactively, display a list of matches." (provide 'yow) +;;; arch-tag: d13db89b-84f1-4141-a5ce-261d1733a65c ;;; yow.el ends here diff --git a/lisp/play/zone.el b/lisp/play/zone.el index 0f17a34f5f2..ca46c0a1562 100644 --- a/lisp/play/zone.el +++ b/lisp/play/zone.el @@ -620,4 +620,5 @@ If the element is a function or a list of a function and a number, ;;;;;;;;;;;;;;; (provide 'zone) +;;; arch-tag: 7092503d-74a9-4325-a55c-a026ede58cea ;;; zone.el ends here |