aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-24 18:36:41 -0800
committerGlenn Morris2013-11-24 18:36:41 -0800
commit310294a38369db86610e5f5ab82860ce6451eada (patch)
tree6d763adeff9f745d4ff512ef9813495058540cc2 /src/ChangeLog
parent6f20dd038e1ead5741a41001efc86cca63c0cf2e (diff)
downloademacs-310294a38369db86610e5f5ab82860ce6451eada.tar.gz
emacs-310294a38369db86610e5f5ab82860ce6451eada.zip
Further tweaks to the setting of Vload_path
This is giving me a headache... * src/lread.c (load_path_default): Change the sense of the argument. (init_lread): When EMACSLOADPATH is set, do not ignore changes from dump_path. When it is not, avoid checking dump_path twice.
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 a0b0bb2b2a8..7f417ccca8a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12013-11-25 Glenn Morris <rgm@gnu.org> 12013-11-25 Glenn Morris <rgm@gnu.org>
2 2
3 * lread.c (load_path_default): Change the sense of the argument.
4 (init_lread): When EMACSLOADPATH is set, do not ignore changes
5 from dump_path. When it is not, avoid checking dump_path twice.
6
3 * lread.c (init_lread): Fix 2013-11-23 goof that was checking 7 * lread.c (init_lread): Fix 2013-11-23 goof that was checking
4 uninstalled dump_path against installed Vload_path. (Bug#15964) 8 uninstalled dump_path against installed Vload_path. (Bug#15964)
5 9