aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-01-19 23:56:28 -0800
committerPaul Eggert2014-01-19 23:56:28 -0800
commitf952002e0ad535c15f70efd1011059e3fb97d50b (patch)
tree8cb39fc844d7b81f9ba2858ced2e540cbfa984a3 /src/ChangeLog
parent8251c3f8f5af438b1c8ef5b14a1080d610b71f65 (diff)
downloademacs-f952002e0ad535c15f70efd1011059e3fb97d50b.tar.gz
emacs-f952002e0ad535c15f70efd1011059e3fb97d50b.zip
Revert some of the CANNOT_DUMP fix.
Because of this, "make bootstrap" won't work if CANNOT_DUMP=yes, but fixing this can wait until after the next release. * leim/Makefile.in (RUN_EMACS): Keep EMACSLOADPATH empty. * lisp/Makefile.in (emacs): Keep EMACSLOADPATH empty. * src/lread.c (init_lread): Fix typo: NILP, not !NILP. Fixes: debbugs:16494
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f20b832ed40..87b84e00918 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-01-20 Paul Eggert <eggert@cs.ucla.edu>
2
3 Revert some of the CANNOT_DUMP fix (Bug#16494).
4 * lread.c (init_lread): Fix typo: NILP, not !NILP.
5
12014-01-19 Eli Zaretskii <eliz@gnu.org> 62014-01-19 Eli Zaretskii <eliz@gnu.org>
2 7
3 * w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w) 8 * w32font.c (w32_load_unicows_or_gdi32, get_outline_metrics_w)