aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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 @@
2854 Copyright (C) 2002 Free Software Foundation, Inc. 2854 Copyright (C) 2002 Free Software Foundation, Inc.
2855 Copying and distribution of this file, with or without modification, 2855 Copying and distribution of this file, with or without modification,
2856 are permitted provided the copyright notice and this notice are preserved. 2856 are permitted provided the copyright notice and this notice are preserved.
2857
2858;;; 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. */);
992} 992}
993 993
994#endif /* emacs */ 994#endif /* emacs */
995
996/* arch-tag: b6665960-3c3d-4184-85cd-af4318197999
997 (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;
652 do { (sym) = intern ((name)); staticpro (&(sym)); } while (0) 652 do { (sym) = intern ((name)); staticpro (&(sym)); } while (0)
653 653
654#endif /* EMACS_CHARACTER_H */ 654#endif /* EMACS_CHARACTER_H */
655
656/* arch-tag: 4ef86004-2eff-4073-8cea-cfcbcf7188ac
657 (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 ()
970 defsubr (&Soptimize_char_table); 970 defsubr (&Soptimize_char_table);
971 defsubr (&Smap_char_table); 971 defsubr (&Smap_char_table);
972} 972}
973
974/* arch-tag: 18b5b560-7ab5-4108-b09e-d5dd65dc6fda
975 (do not change this comment) */