aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 38c3cd4d318..14bad696e3b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,7 +3,7 @@
3 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to 3 * Makefile.in (FONTSRC): Delete it. Change all $(FONTSRC) to
4 font.h through out the file. 4 font.h through out the file.
5 (FONT_DRIVERS): Renamed from FONTOBJ. 5 (FONT_DRIVERS): Renamed from FONTOBJ.
6 (obj): Delete $(FONTOBJ). Add font.o. 6 (obj): Change $(FONTOBJ) to $(FONT_DRIVERS). Add font.o.
7 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS). 7 (SOME_MACHINE_OBJECTS): Change $(FONTOBJ) to $(FONT_DRIVERS).
8 8
9 * emacs.c (main): Call syms_of_font unconditionally. 9 * emacs.c (main): Call syms_of_font unconditionally.