summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-04-19 07:09:26 +0000
committerMiles Bader <miles@gnu.org>2004-04-19 07:09:26 +0000
commit498915932449b496dc166237ad679163b2b6be94 (patch)
tree60b43cd27fc7fccf26bca92f2f560308cc96b588 /src
parentcc0f9103a920297eaad8bb9734ff91cb5992ff4c (diff)
downloademacs-498915932449b496dc166237ad679163b2b6be94.tar.gz
Add arch taglines
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.222
-rw-r--r--src/character.c3
-rw-r--r--src/character.h3
-rw-r--r--src/chartab.c3
4 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog.22 b/src/ChangeLog.22
index 40adca6d72f..2af25c7be6b 100644
--- a/src/ChangeLog.22
+++ b/src/ChangeLog.22
@@ -2854,3 +2854,5 @@
Copyright (C) 2002 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: 1bff38bd-2030-46ae-9d18-f15e6006b665
diff --git a/src/character.c b/src/character.c
index cec313e24a4..1c4d6af24e8 100644
--- a/src/character.c
+++ b/src/character.c
@@ -992,3 +992,6 @@ It has one extra slot whose value is a list of script symbols. */);
}
#endif /* emacs */
+
+/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
+ (do not change this comment) */
diff --git a/src/character.h b/src/character.h
index 98bb555b18d..ff9e8e00062 100644
--- a/src/character.h
+++ b/src/character.h
@@ -652,3 +652,6 @@ extern Lisp_Object Vchar_script_table;
do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
#endif /* EMACS_CHARACTER_H */
+
+/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
+ (do not change this comment) */
diff --git a/src/chartab.c b/src/chartab.c
index 71940761bfa..62fb232b141 100644
--- a/src/chartab.c
+++ b/src/chartab.c
@@ -970,3 +970,6 @@ syms_of_chartab ()
defsubr (&Soptimize_char_table);
defsubr (&Smap_char_table);
}
+
+/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
+ (do not change this comment) */