# HG changeset patch # User Juanma Barranquero # Date 1193179602 0 # Node ID 7b879ab0abb9f891849ba9bab9d566e372249e21 # Parent f5efd5792003744cb539d522b3cd6bf220b5653a *** empty log message *** diff -r f5efd5792003 -r 7b879ab0abb9 src/ChangeLog --- a/src/ChangeLog Tue Oct 23 21:56:54 2007 +0000 +++ b/src/ChangeLog Tue Oct 23 22:46:42 2007 +0000 @@ -18,6 +18,7 @@ * w32fns.c: Include math.h. (w32_abort): Declaration moved to nt/config.nt. + * s/ms-w32.h (HAVE_STDLIB_H): Define. (abort): Redefinition moved to nt/config.nt. @@ -34,7 +35,7 @@ * minibuf.c: Allow minibuffer default to be a list of default values. With empty input use the first element of this list as returned default. (string_to_object) - (read_minibuf_noninteractive): If defalt is cons, set val to its car. + (read_minibuf_noninteractive): If defalt is cons, set val to its car. (read_minibuf): If defalt is cons, set histstring to its car. (Fread_string): If default_value is cons, set val to its car. (Fread_buffer): If def is cons, use its car.