summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2003-09-01 15:45:59 +0000
committerMiles Bader <miles@gnu.org>2003-09-01 15:45:59 +0000
commitab5796a9f97180707734a81320e3eb81937281fe (patch)
treeeef8aa4dd3733966628c6a43bd924b51557519e9 /admin
parent1042fe8c8ca167fdb44365d99a35492df87b078f (diff)
downloademacs-ab5796a9f97180707734a81320e3eb81937281fe.tar.gz
Add arch taglines
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/README2
-rw-r--r--admin/admin.el1
-rw-r--r--admin/alloc-colors.c3
-rwxr-xr-xadmin/build-configs2
-rwxr-xr-xadmin/check-doc-strings1
-rw-r--r--admin/cus-test.el1
-rwxr-xr-xadmin/diff-tar-files1
-rw-r--r--admin/emacs-pretesters2
-rwxr-xr-xadmin/make-announcement2
-rwxr-xr-xadmin/make-changelog-diff2
-rwxr-xr-xadmin/make-emacs2
-rw-r--r--admin/make-tarball.txt2
-rw-r--r--admin/notes/cpp2
-rw-r--r--admin/notes/iftc2
-rw-r--r--admin/notes/trailing-whitespace2
-rwxr-xr-xadmin/nt/dump.bat4
-rwxr-xr-xadmin/nt/makedist.bat4
-rwxr-xr-xadmin/quick-install-emacs2
-rwxr-xr-xadmin/revdiff2
20 files changed, 41 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 5ea2d6431f9..47035f2748f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -146,3 +146,5 @@
Copyright (C) 2001 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
+
+;;; arch-tag: 97728c77-77c0-4156-b669-0e8c07d94e5a
diff --git a/admin/README b/admin/README
index 33d79de3f0a..e5116fcbaa3 100644
--- a/admin/README
+++ b/admin/README
@@ -17,3 +17,5 @@ make-emacs build Emacs in various ways
make-tarball.txt instructions to create pretest or release tarballs
quick-install-emacs install emacs quickly (`incrementally')
revdiff get CVS diffs of files
+
+# arch-tag: 812b9461-bc0a-46a7-925e-24bd41118463
diff --git a/admin/admin.el b/admin/admin.el
index e16b26eb6a8..8048ccc78e0 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -89,4 +89,5 @@ Root must be the root of an Emacs source tree."
(rx (and "EMACSVER" (1+ space)
(submatch (1+ (in "0-9.")))))))
+;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5
;; admin.el ends here.
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 4be2038ef1c..0aacb687232 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -111,3 +111,6 @@ main (int argc, char **argv)
XCloseDisplay (dpy);
return 0;
}
+
+/* arch-tag: f1be90ac-5b70-43c2-835e-5a6432a25145
+ (do not change this comment) */
diff --git a/admin/build-configs b/admin/build-configs
index 06ea9cb2875..1a21b90c171 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -97,3 +97,5 @@ foreach $config (@configs)
# Local Variables:
# mode: cperl
# End:
+
+# arch-tag: 20a4452d-610a-4e54-9abc-ffe79f5c0d30
diff --git a/admin/check-doc-strings b/admin/check-doc-strings
index f5f750925eb..ce2166fce81 100755
--- a/admin/check-doc-strings
+++ b/admin/check-doc-strings
@@ -298,3 +298,4 @@ foreach my $fun (sort keys %texi_funtype) {
}
}
+# arch-tag: e75331f5-5d1b-4393-ad5b-b0f87b5d47b0
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 8c321e33f85..cf00bf214fb 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -526,4 +526,5 @@ in the Emacs source directory."
(provide 'cus-test)
+;;; arch-tag: a4991a31-548d-48fb-8ba1-1ebbe68eb2e7
;;; cus-test.el ends here
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 6536a5e109f..d827de3ec3e 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -42,3 +42,4 @@ diff -u $old_tmp $new_tmp
rm -f $new_tmp $old_tmp
+# arch-tag: ef2c96e2-ea67-4668-925c-d9a6f3d205cf
diff --git a/admin/emacs-pretesters b/admin/emacs-pretesters
index 10ab3fd0da6..169c7ee466d 100644
--- a/admin/emacs-pretesters
+++ b/admin/emacs-pretesters
@@ -438,3 +438,5 @@ args[0]).
Local Variables:
mode: text
End:
+
+# arch-tag: caf47b2c-b56b-44f7-a760-b5bfbed15fd3
diff --git a/admin/make-announcement b/admin/make-announcement
index 9f69889e17b..cc9d68726a1 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -64,3 +64,5 @@ EOF
make-changelog-diff $oldtag $newtag
echo " announcement created in $outfile" >&2
+
+# arch-tag: 605e00c7-7330-4c45-81e1-2ed53a13c39f
diff --git a/admin/make-changelog-diff b/admin/make-changelog-diff
index 45a77986835..7d98d22ddf9 100755
--- a/admin/make-changelog-diff
+++ b/admin/make-changelog-diff
@@ -24,3 +24,5 @@ cvs -q diff -b -r $1 -r $2 $(find -name ChangeLog|sort) |
x
s/^\n//
p"
+
+# arch-tag: 7604a259-40b4-4f97-86b2-496a9c546f0a
diff --git a/admin/make-emacs b/admin/make-emacs
index fa7310ce94d..faa5dc2a39f 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -185,3 +185,5 @@ exit system "$make CC=\"$cc\" CFLAGS=\"$opts\" @ARGV";
# Local Variables:
# mode: cperl
# End:
+
+# arch-tag: 5c3f9713-9ece-4a12-b3f8-deaff15974ba
diff --git a/admin/make-tarball.txt b/admin/make-tarball.txt
index a9753f3fc49..03265ee6902 100644
--- a/admin/make-tarball.txt
+++ b/admin/make-tarball.txt
@@ -59,3 +59,5 @@ For each step, check for possible errors.
him to set a Reply-to header to <emacs-pretest-bug@gnu.org>.
For a release, Richard should prepare the announcement himself,
possibly starting from a previous announcment.
+
+# arch-tag: c23c771f-ca26-4584-8a04-50ecf0989390
diff --git a/admin/notes/cpp b/admin/notes/cpp
index 6815b88cccb..4f61a595f5e 100644
--- a/admin/notes/cpp
+++ b/admin/notes/cpp
@@ -16,3 +16,5 @@ this should not be defined for normal .c file compilation.
there has been discussion on eliminating this use of cpp and relying
solely on autoconf processing. rms says to leave it be.
+
+;;; arch-tag: d654291e-9fc8-41b7-ab0c-d3cde842a8e0
diff --git a/admin/notes/iftc b/admin/notes/iftc
index 294464a8605..e8dcdd3a6d6 100644
--- a/admin/notes/iftc
+++ b/admin/notes/iftc
@@ -23,3 +23,5 @@ The comment /* iftc */ is used to mark this type of casting to differentiate
it from other casting. We commit the changes and can now go about modifying
LOW and HIGH separately. When HIGH is ready to handle the type change, the
cast can be removed.
+
+;;; arch-tag: 3309cc41-5d59-421b-b7be-c94b04083bb5
diff --git a/admin/notes/trailing-whitespace b/admin/notes/trailing-whitespace
index bbf5c05f173..e29456b3a2f 100644
--- a/admin/notes/trailing-whitespace
+++ b/admin/notes/trailing-whitespace
@@ -4,3 +4,5 @@ apparently there was a big discussion on emacs-devel wrt trailing whitespace.
there was a mass-change to remove such from various branches in cvs. probably
it's a good idea to avoid adding trailing whitespace in new code/docs and in
changes.
+
+;;; arch-tag: de441379-c345-4826-a784-352b5413a698
diff --git a/admin/nt/dump.bat b/admin/nt/dump.bat
index 34f24d3a910..b332e7471f6 100755
--- a/admin/nt/dump.bat
+++ b/admin/nt/dump.bat
@@ -19,3 +19,7 @@ copy ..\etc\DOC* obj\etc
copy temacs.exe obj\i386
obj\i386\temacs -batch -l loadup dump
copy obj\i386\emacs.exe .
+
+goto skipArchTag
+ arch-tag: 0ca3036d-3a1e-47ea-87c6-9c0845253496
+:skipArchTag
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index f34e7e532fe..feb6799080f 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -122,3 +122,7 @@ echo (e.g., %0 19.34 emacs-19.34.5 d:\andrewi\distfiles)
echo Or: %0 emacs-version dist-basename distfiles "zipfiles" short-version
echo (e.g., %0 20.6 emacs-20.6 d:\andrewi\distfiles zipfiles 206)
:end
+
+goto skipArchTag
+ arch-tag: 6e2ddd92-c1c9-4992-b6b5-207aaab72f68
+:skipArchTag
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 73c72193a79..18cc660508e 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -338,3 +338,5 @@ END {
done
) | eval $EXEC
+
+# arch-tag: 9322b572-9755-4cf7-a67a-21e6505f1477
diff --git a/admin/revdiff b/admin/revdiff
index 416c572d196..5c9d2251c8c 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -133,3 +133,5 @@ while (@ARGV)
# Local Variables:
# mode: cperl
# End:
+
+# arch-tag: 2798b20d-c7f2-4c78-8378-7bb529c36a09