diff options
| author | Chong Yidong | 2010-01-01 13:14:22 -0500 |
|---|---|---|
| committer | Chong Yidong | 2010-01-01 13:14:22 -0500 |
| commit | 4801c5fa405dd7e511d572c195be7bd1ad9f892e (patch) | |
| tree | d11a5fc7c9509914018dce9e0211124d7fe901f3 /src/ChangeLog | |
| parent | 8932b1c23656efbb76e0fc60d845c8b854cf509a (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2010-01-01 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-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 | ||