diff options
| author | Glenn Morris | 2013-11-24 18:36:41 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-24 18:36:41 -0800 |
| commit | 310294a38369db86610e5f5ab82860ce6451eada (patch) | |
| tree | 6d763adeff9f745d4ff512ef9813495058540cc2 /src/ChangeLog | |
| parent | 6f20dd038e1ead5741a41001efc86cca63c0cf2e (diff) | |
| download | emacs-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/ChangeLog | 4 |
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 @@ | |||
| 1 | 2013-11-25 Glenn Morris <rgm@gnu.org> | 1 | 2013-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 | ||