diff options
| author | Miles Bader | 2006-06-07 11:41:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-06-07 11:41:58 +0000 |
| commit | 885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (patch) | |
| tree | 52c2888d0a9068d4ff77ec1f14bbaf0952b89a7a | |
| parent | 322f867173440a026fa2147aa8501716ff56bfd4 (diff) | |
| download | emacs-885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2.tar.gz emacs-885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2.zip | |
Add arch tagline
| -rw-r--r-- | src/font.c | 3 | ||||
| -rw-r--r-- | src/font.h | 3 | ||||
| -rw-r--r-- | src/ftfont.c | 3 | ||||
| -rw-r--r-- | src/ftxfont.c | 3 | ||||
| -rw-r--r-- | src/xfont.c | 3 | ||||
| -rw-r--r-- | src/xftfont.c | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c index eaf2ac0a84e..ce6d26e5de1 100644 --- a/src/font.c +++ b/src/font.c | |||
| @@ -2569,3 +2569,6 @@ syms_of_font () | |||
| 2569 | syms_of_atmfont (); | 2569 | syms_of_atmfont (); |
| 2570 | #endif /* MAC_OS */ | 2570 | #endif /* MAC_OS */ |
| 2571 | } | 2571 | } |
| 2572 | |||
| 2573 | /* arch-tag: 74c9475d-5976-4c93-a327-942ae3072846 | ||
| 2574 | (do not change this comment) */ | ||
diff --git a/src/font.h b/src/font.h index 3af90f5ddc8..3e84e298015 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -477,3 +477,6 @@ extern struct font_driver atmfont_driver; | |||
| 477 | #endif /* MAC_OS */ | 477 | #endif /* MAC_OS */ |
| 478 | 478 | ||
| 479 | #endif /* not EMACS_FONT_H */ | 479 | #endif /* not EMACS_FONT_H */ |
| 480 | |||
| 481 | /* arch-tag: 3b7260c3-5bec-4d6b-a0db-95c1b431b1a2 | ||
| 482 | (do not change this comment) */ | ||
diff --git a/src/ftfont.c b/src/ftfont.c index fff8dd72a49..184ef2cba49 100644 --- a/src/ftfont.c +++ b/src/ftfont.c | |||
| @@ -729,3 +729,6 @@ syms_of_ftfont () | |||
| 729 | ftfont_driver.type = Qfreetype; | 729 | ftfont_driver.type = Qfreetype; |
| 730 | register_font_driver (&ftfont_driver, NULL); | 730 | register_font_driver (&ftfont_driver, NULL); |
| 731 | } | 731 | } |
| 732 | |||
| 733 | /* arch-tag: 7cfa432c-33a6-4988-83d2-a82ed8604aca | ||
| 734 | (do not change this comment) */ | ||
diff --git a/src/ftxfont.c b/src/ftxfont.c index af6a96f7060..4e91bd50895 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c | |||
| @@ -344,3 +344,6 @@ syms_of_ftxfont () | |||
| 344 | 344 | ||
| 345 | register_font_driver (&ftxfont_driver, NULL); | 345 | register_font_driver (&ftxfont_driver, NULL); |
| 346 | } | 346 | } |
| 347 | |||
| 348 | /* arch-tag: 59bd3469-5330-413f-b29d-1aa36492abe8 | ||
| 349 | (do not change this comment) */ | ||
diff --git a/src/xfont.c b/src/xfont.c index 463db58b11c..e552e37709f 100644 --- a/src/xfont.c +++ b/src/xfont.c | |||
| @@ -866,3 +866,6 @@ syms_of_xfont () | |||
| 866 | xfont_driver.type = Qx; | 866 | xfont_driver.type = Qx; |
| 867 | register_font_driver (&xfont_driver, NULL); | 867 | register_font_driver (&xfont_driver, NULL); |
| 868 | } | 868 | } |
| 869 | |||
| 870 | /* arch-tag: 23c5f366-a5ee-44b7-a3b7-90d6da7fd749 | ||
| 871 | (do not change this comment) */ | ||
diff --git a/src/xftfont.c b/src/xftfont.c index f06bf6bd41e..d4d8ab46bc8 100644 --- a/src/xftfont.c +++ b/src/xftfont.c | |||
| @@ -501,3 +501,6 @@ syms_of_xftfont () | |||
| 501 | 501 | ||
| 502 | register_font_driver (&xftfont_driver, NULL); | 502 | register_font_driver (&xftfont_driver, NULL); |
| 503 | } | 503 | } |
| 504 | |||
| 505 | /* arch-tag: 64ec61bf-7c8e-4fe6-b953-c6a85d5e1605 | ||
| 506 | (do not change this comment) */ | ||