aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2008-05-20 06:44:03 +0000
committerKenichi Handa2008-05-20 06:44:03 +0000
commit1285557220b19dccf382eb9f84f2b8fa6278d2e5 (patch)
tree510bfab7cec46ba2da8c1fbb96b04a9dcd3d57b6 /src/ChangeLog
parentad00e1a3bfe533351f11195e6095b643bae96984 (diff)
downloademacs-1285557220b19dccf382eb9f84f2b8fa6278d2e5.tar.gz
emacs-1285557220b19dccf382eb9f84f2b8fa6278d2e5.zip
(obj): Fix previous change.
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.