Mercurial > emacs
comparison src/ChangeLog @ 52545:abc39a63c916
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 19 Sep 2003 14:43:31 +0000 |
parents | 31ec35eae895 |
children | 4e5fa718d892 |
comparison
equal
deleted
inserted
replaced
52544:5e831368522d | 52545:abc39a63c916 |
---|---|
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. |
4 (Fnetwork_interface_list): Doc fix. | 16 (Fnetwork_interface_list): Doc fix. |
5 (read_process_output, read_process_output): Delete unused var. | 17 (read_process_output, read_process_output): Delete unused var. |