aboutsummaryrefslogtreecommitdiffstats
path: root/src/xfont.c
diff options
context:
space:
mode:
authorMiles Bader2006-06-07 11:41:58 +0000
committerMiles Bader2006-06-07 11:41:58 +0000
commit885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2 (patch)
tree52c2888d0a9068d4ff77ec1f14bbaf0952b89a7a /src/xfont.c
parent322f867173440a026fa2147aa8501716ff56bfd4 (diff)
downloademacs-885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2.tar.gz
emacs-885b7d0991bd4b4b8f4bd1d3cd21c18a697bbce2.zip
Add arch tagline
Diffstat (limited to 'src/xfont.c')
-rw-r--r--src/xfont.c3
1 files changed, 3 insertions, 0 deletions
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) */