# HG changeset patch # User Andreas Schwab # Date 1087140903 0 # Node ID 90a064bbd8225c0289603078e197137982febfe2 # Parent 343ad07ce78b2ba9806a5c98226eaf47fc71b8b6 *** empty log message *** diff -r 343ad07ce78b -r 90a064bbd822 src/ChangeLog --- a/src/ChangeLog Sun Jun 13 15:34:11 2004 +0000 +++ b/src/ChangeLog Sun Jun 13 15:35:03 2004 +0000 @@ -1,5 +1,23 @@ 2004-06-13 Andreas Schwab + * print.c (print_object): Always use %ld for printing EMACS_INT. + + * keyboard.c (cancel_hourglass_unwind): Return a value. + (modify_event_symbol): Always use %ld for printing EMACS_INT. + (Fexecute_extended_command): Likewise. + + * syntax.h (SYNTAX_ENTRY_FOLLOW_PARENT): Rename local variable to + avoid clashes. + (SYNTAX): Likewise. + (SYNTAX_WITH_FLAGS): Likewise. + (SYNTAX_MATCH): Likewise. + + * syntax.c (char_quoted): Avoid warning about undefined operation. + (find_defun_start): Likewise. + (scan_lists): Likewise. + (INC_FROM): Likewise. + (scan_sexps_forward): Likewise. + * image.c: Include . * xfaces.c (face_attr_equal_p): Declare parameters.