*** empty log message ***

This commit is contained in:
Stefan Monnier 2005-02-18 18:17:16 +00:00
parent f501ccb45f
commit f102186f2d
2 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
* alloc.c (BLOCK_BYTES): Harmless typo.
2005-02-17 Andreas Schwab <schwab@suse.de>
* xfns.c (hack_wm_protocols): Use correct type for last parameter

View file

@ -3405,7 +3405,7 @@
(UNISTD_H_INCLUDED): Don't define or test this.
* m/ibm370aix.h (NEED_UNISTD_H): Defined.
* s/aix3-1.h (NEED_UNISTD_H): Defined.
* s/irix4-0.h (NEED_UNISTD_H): Defined.
* s/irix4-0.h (NEED_UNISTD_H): Define.
* fileio.c (internal_delete_file, internal_delete_file_1):
New functions.
@ -3443,7 +3443,7 @@
(complete_and_exit_1, complete_and_exit_2): New subroutines.
* s/aix4.h: New file.
* s/aix3-1.h (AIXHFT): Defined.
* s/aix3-1.h (AIXHFT): Define.
* m/ibmrs6000.h (OBJECTS_MACHINE): Define only if AIXHFT.
* sysdep.c (init_sys_modes): Tes AIXHFT, not AIX.
@ -6477,7 +6477,7 @@
* s/linux.h [emacs]: Include stdio.h.
* commands.h (unread_command_char): Declared.
* commands.h (unread_command_char): Declare.
* dispnew.c (sit_for): Return immediately if unread events exist.
1994-07-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)