aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-07-05 21:29:54 -0400
committerGlenn Morris2012-07-05 21:29:54 -0400
commit8eb876e22c68e209e9bd4bb781cfacf4b1eee4c6 (patch)
tree30a38a8c9bee5ee334964c954cbaaab971c2ebd0 /src/ChangeLog
parent38182d901d030c7d65f4aa7a49b583afb30eb9b7 (diff)
downloademacs-8eb876e22c68e209e9bd4bb781cfacf4b1eee4c6.tar.gz
emacs-8eb876e22c68e209e9bd4bb781cfacf4b1eee4c6.zip
* src/Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
It has nothing to do with building Emacs, and no-one is likely to be paying attention to the result. The CANNOT_DUMP branch was pointless, since it sets EMACSLOADPATH=$(lispsource) it is impossible for there to ever be any shadows. The EMACSLOADPATH setting was probably necessary for emacs to work at all when uninstalled, given the way init_lread works for the CANNOT_DUMP case. Since -batch implies -q, in the non-CANNOT_DUMP branch, any shadows could only come from site-lisp files.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d3035fe22a2..7189f930333 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-07-06 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (emacs$(EXEEXT)): Don't check for load-path shadows.
4
12012-07-05 Paul Eggert <eggert@cs.ucla.edu> 52012-07-05 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 More xmalloc and related cleanup. 7 More xmalloc and related cleanup.