aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKenichi Handa2011-02-22 09:22:09 +0900
committerKenichi Handa2011-02-22 09:22:09 +0900
commit2e15a2cf4ddfbda0bbf972036c11d464f7ba6226 (patch)
tree98bb8620d5f3b2cf8637bf1ae747330fcd02f7fa /src
parent1f459fa46cbd419bc55f8be03bce617d96af4da5 (diff)
parent47301027bbbbd1babcfedf1ef38b2c776b33c462 (diff)
downloademacs-2e15a2cf4ddfbda0bbf972036c11d464f7ba6226.tar.gz
emacs-2e15a2cf4ddfbda0bbf972036c11d464f7ba6226.zip
merge emacs-23
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6b3c5bc3ab4..26da194f228 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-02-19 Chong Yidong <cyd@stupidchicken.com>
2
3 * Makefile.in (prefix-args${EXEEXT}): Compile with ALL_CFLAGS.
4
12011-02-17 Kenichi Handa <handa@m17n.org> 52011-02-17 Kenichi Handa <handa@m17n.org>
2 6
3 * font.c (font_open_entity): Be sure to set scaled_pixel_size. 7 * font.c (font_open_entity): Be sure to set scaled_pixel_size.
diff --git a/src/Makefile.in b/src/Makefile.in
index e92f2bb3b85..7d936144583 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -979,7 +979,7 @@ temacs${EXEEXT}: $(LOCALCPP) $(STARTFILES) stamp-oldxmenu ${obj} ${otherobj} pre
979 often contain options that have to do with using Emacs''s crt0, 979 often contain options that have to do with using Emacs''s crt0,
980 which are only good with temacs. */ 980 which are only good with temacs. */
981prefix-args${EXEEXT}: prefix-args.o $(config_h) 981prefix-args${EXEEXT}: prefix-args.o $(config_h)
982 $(CC) $(LDFLAGS) prefix-args.o -o prefix-args 982 $(CC) $(ALL_CFLAGS) $(LDFLAGS) prefix-args.o -o prefix-args
983 983
984#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK) 984#if defined (HAVE_X_WINDOWS) && defined (HAVE_X11) && defined (HAVE_MENUS) && ! defined (USE_GTK)
985 985