Mercurial > emacs
changeset 90427:ddb25860d044
Add arch tagline
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 07 Jun 2006 11:41:58 +0000 |
parents | e9ed7d437c21 |
children | a8190f7e546e |
files | src/font.c src/font.h src/ftfont.c src/ftxfont.c src/xfont.c src/xftfont.c |
diffstat | 6 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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) */
--- 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) */
--- 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) */
--- 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) */