aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-11-24 17:35:45 -0800
committerGlenn Morris2013-11-24 17:35:45 -0800
commit97bacf8c0530e5265db01fad127660a7ed33cfdb (patch)
treec8ae80b827e1c308315285a5223b121a49d81b04 /src/ChangeLog
parent431dec313259cd2f868d4bea79e3a32279961eb7 (diff)
downloademacs-97bacf8c0530e5265db01fad127660a7ed33cfdb.tar.gz
emacs-97bacf8c0530e5265db01fad127660a7ed33cfdb.zip
* src/lread.c (init_lread): Fix 2013-11-23 goof that was checking
uninstalled dump_path against installed Vload_path. Fixes: debbugs:15964
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 0818cb01156..a0b0bb2b2a8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12013-11-25 Glenn Morris <rgm@gnu.org>
2
3 * lread.c (init_lread): Fix 2013-11-23 goof that was checking
4 uninstalled dump_path against installed Vload_path. (Bug#15964)
5
12013-11-24 Stefan Monnier <monnier@iro.umontreal.ca> 62013-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 Export get_pos_property to Elisp. 8 Export get_pos_property to Elisp.