Mercurial > emacs
comparison src/ChangeLog @ 58012:934f6fb6fd8a
* dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in
comparisons with integers instead of Lisp_Object address.
(Fmsdos_set_keyboard): Declare argument allkeys.
* msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s.
* dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid
int/Lisp_Object mixup.
* fileio.c: Ditto.
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 07 Nov 2004 09:13:26 +0000 |
parents | 0a98ca85a5c6 |
children | 91d3939a3041 |
comparison
equal
deleted
inserted
replaced
58011:79614f2016d5 | 58012:934f6fb6fd8a |
---|---|
1 2004-11-07 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | |
2 | |
3 * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs in | |
4 comparisons with integers instead of Lisp_Object address. | |
5 (Fmsdos_set_keyboard): Declare argument allkeys. | |
6 | |
7 * msdos.c (IT_set_frame_parameters): Use EQ, not ==, for Lisp_Object:s. | |
8 | |
9 * dired.c: extern declare Fmsdos_downcase_filename on MSDOS to avoid | |
10 int/Lisp_Object mixup. | |
11 | |
12 * fileio.c: Ditto. | |
13 | |
1 2004-11-06 Steven Tamm <steventamm@mac.com> | 14 2004-11-06 Steven Tamm <steventamm@mac.com> |
2 | 15 |
3 * editfns.c: Need to include sys/time.h before resource.h on darwin. | 16 * editfns.c: Need to include sys/time.h before resource.h on darwin. |
4 | 17 |
5 2004-11-06 Richard M. Stallman <rms@gnu.org> | 18 2004-11-06 Richard M. Stallman <rms@gnu.org> |