# HG changeset patch # User Juanma Barranquero # Date 1193019302 0 # Node ID b9d946f07c0e2c77fe765c1f612d7c326100b038 # Parent 166fdd1797fe413c9aeb9d4ab0aeba70eeb91998 *** empty log message *** diff -r 166fdd1797fe -r b9d946f07c0e src/ChangeLog --- a/src/ChangeLog Mon Oct 22 02:14:07 2007 +0000 +++ b/src/ChangeLog Mon Oct 22 02:15:02 2007 +0000 @@ -1,8 +1,14 @@ +2007-10-22 Juanma Barranquero + + * emacs.c (Fdump_emacs): Fix typo in message. + (syms_of_emacs) : Fix typo in docstring. + : Reflow docstring. + 2007-10-22 Juri Linkov * 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): + (string_to_object) (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.