# HG changeset patch # User Miles Bader # Date 1149680518 0 # Node ID ddb25860d044e5a0434e053419f8d90c7e934b18 # Parent e9ed7d437c210ccf90bb59ae9233ad7007b7f365 Add arch tagline diff -r e9ed7d437c21 -r ddb25860d044 src/font.c --- a/src/font.c Wed Jun 07 06:37:23 2006 +0000 +++ b/src/font.c Wed Jun 07 11:41:58 2006 +0000 @@ -2569,3 +2569,6 @@ syms_of_atmfont (); #endif /* MAC_OS */ } + +/* arch-tag: 74c9475d-5976-4c93-a327-942ae3072846 + (do not change this comment) */ diff -r e9ed7d437c21 -r ddb25860d044 src/font.h --- a/src/font.h Wed Jun 07 06:37:23 2006 +0000 +++ b/src/font.h Wed Jun 07 11:41:58 2006 +0000 @@ -477,3 +477,6 @@ #endif /* MAC_OS */ #endif /* not EMACS_FONT_H */ + +/* arch-tag: 3b7260c3-5bec-4d6b-a0db-95c1b431b1a2 + (do not change this comment) */ diff -r e9ed7d437c21 -r ddb25860d044 src/ftfont.c --- a/src/ftfont.c Wed Jun 07 06:37:23 2006 +0000 +++ b/src/ftfont.c Wed Jun 07 11:41:58 2006 +0000 @@ -729,3 +729,6 @@ ftfont_driver.type = Qfreetype; register_font_driver (&ftfont_driver, NULL); } + +/* arch-tag: 7cfa432c-33a6-4988-83d2-a82ed8604aca + (do not change this comment) */ diff -r e9ed7d437c21 -r ddb25860d044 src/ftxfont.c --- a/src/ftxfont.c Wed Jun 07 06:37:23 2006 +0000 +++ b/src/ftxfont.c Wed Jun 07 11:41:58 2006 +0000 @@ -344,3 +344,6 @@ register_font_driver (&ftxfont_driver, NULL); } + +/* arch-tag: 59bd3469-5330-413f-b29d-1aa36492abe8 + (do not change this comment) */ diff -r e9ed7d437c21 -r ddb25860d044 src/xfont.c --- a/src/xfont.c Wed Jun 07 06:37:23 2006 +0000 +++ b/src/xfont.c Wed Jun 07 11:41:58 2006 +0000 @@ -866,3 +866,6 @@ xfont_driver.type = Qx; register_font_driver (&xfont_driver, NULL); } + +/* arch-tag: 23c5f366-a5ee-44b7-a3b7-90d6da7fd749 + (do not change this comment) */ diff -r e9ed7d437c21 -r ddb25860d044 src/xftfont.c --- a/src/xftfont.c Wed Jun 07 06:37:23 2006 +0000 +++ b/src/xftfont.c Wed Jun 07 11:41:58 2006 +0000 @@ -501,3 +501,6 @@ register_font_driver (&xftfont_driver, NULL); } + +/* arch-tag: 64ec61bf-7c8e-4fe6-b953-c6a85d5e1605 + (do not change this comment) */