aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nt/ChangeLog.unicode2
-rw-r--r--src/w32font.c3
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog.unicode b/nt/ChangeLog.unicode
index e99c05ab0d6..8be3970d154 100644
--- a/nt/ChangeLog.unicode
+++ b/nt/ChangeLog.unicode
@@ -9,3 +9,5 @@
9 Copyright (C) 2007 Free Software Foundation, Inc. 9 Copyright (C) 2007 Free Software Foundation, Inc.
10 Copying and distribution of this file, with or without modification, 10 Copying and distribution of this file, with or without modification,
11 are permitted provided the copyright notice and this notice are preserved. 11 are permitted provided the copyright notice and this notice are preserved.
12
13;; arch-tag: d84beebb-6c36-40b7-af5d-4121fb59ea1e
diff --git a/src/w32font.c b/src/w32font.c
index 52af8f359ab..e0e3f69cac6 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -1182,3 +1182,6 @@ syms_of_w32font ()
1182 w32font_driver.type = Qw32; 1182 w32font_driver.type = Qw32;
1183 register_font_driver (&w32font_driver, NULL); 1183 register_font_driver (&w32font_driver, NULL);
1184} 1184}
1185
1186/* arch-tag: 65b8a3cd-46aa-4c0d-a1f3-99e75b9c07ee
1187 (do not change this comment) */