aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-01-01 13:14:22 -0500
committerChong Yidong2010-01-01 13:14:22 -0500
commit4801c5fa405dd7e511d572c195be7bd1ad9f892e (patch)
treed11a5fc7c9509914018dce9e0211124d7fe901f3 /src/ChangeLog
parent8932b1c23656efbb76e0fc60d845c8b854cf509a (diff)
downloademacs-4801c5fa405dd7e511d572c195be7bd1ad9f892e.tar.gz
emacs-4801c5fa405dd7e511d572c195be7bd1ad9f892e.zip
* src/lread.c (syms_of_lread): Make it clearer that these are the
names of loaded files (Bug#5068). * doc/lispref/loading.texi (Where Defined): Make it clearer that these are loaded files (Bug#5068).
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d6447678e0b..73000341f68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-01-01 Chong Yidong <cyd@stupidchicken.com> 12010-01-01 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * lread.c (syms_of_lread): Make it clearer that these are the
4 names of loaded files (Bug#5068).
5
3 * eval.c (run_hook_with_args): Handle the case where the global 6 * eval.c (run_hook_with_args): Handle the case where the global
4 value has the obsolete single-function form (Bug#5026). 7 value has the obsolete single-function form (Bug#5026).
5 8