Mercurial > emacs
comparison src/ChangeLog @ 109579:e82b1db50991
Make lisp_time_argument work on all systems.
* src/lisp.h (lisp_time_argument): Move declaration ...
* src/systime.h (lisp_time_argument): ... here
* src/editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Thu, 29 Jul 2010 08:50:04 -0700 |
parents | faeb6f3341b1 |
children | 06384b3caebf |
comparison
equal
deleted
inserted
replaced
109578:eb3d38be02c7 | 109579:e82b1db50991 |
---|---|
1 2010-07-29 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 Make lisp_time_argument declaration work on all systems. | |
4 * lisp.h (lisp_time_argument): Move declaration ... | |
5 * systime.h (lisp_time_argument): ... here | |
6 * editfns.c (lisp_time_argument): Remove declaration. (Bug#6751) | |
7 | |
1 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> | 8 2010-07-29 Jan Djärv <jan.h.d@swipnet.se> |
2 | 9 |
3 * vm-limit.c (POINTER): Add typedef for it. | 10 * vm-limit.c (POINTER): Add typedef for it. |
4 (start_of_data): Change return type from POINTER to char *. | 11 (start_of_data): Change return type from POINTER to char *. |
5 | 12 |