diff options
| author | Richard M. Stallman | 2003-09-19 14:43:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-19 14:43:31 +0000 |
| commit | b0f23edf1c3c7482847e07ec82ff76114d85edc0 (patch) | |
| tree | 63b925095868b01002d92500ea2151ce72922429 /src | |
| parent | 2b42d12a37c0a7b520f68ccb7724322f4708acd2 (diff) | |
| download | emacs-b0f23edf1c3c7482847e07ec82ff76114d85edc0.tar.gz emacs-b0f23edf1c3c7482847e07ec82ff76114d85edc0.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15c473c4096..00a82cc1407 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2003-09-19 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * atimer.h: Don't include lisp.h. | ||
| 4 | (P_): Define it here (as well as elsewhere). | ||
| 5 | |||
| 6 | * print.c (Fprin1_to_string): Move the PRINTPREPARE | ||
| 7 | later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks. | ||
| 8 | |||
| 9 | * data.c (Fvariable_binding_locus): New function. | ||
| 10 | (syms_of_data): defsubr it. | ||
| 11 | (Flocal_variable_p): Delete duplicate call to indirect_variable. | ||
| 12 | |||
| 1 | 2003-09-18 Dave Love <fx@gnu.org> | 13 | 2003-09-18 Dave Love <fx@gnu.org> |
| 2 | 14 | ||
| 3 | * process.c (Fnetwork_interface_info): Fix type error. | 15 | * process.c (Fnetwork_interface_info): Fix type error. |