# HG changeset patch # User Richard M. Stallman # Date 1167771829 0 # Node ID a222d1be50126ff8febb92b3a45cb50d6820a49f # Parent 8003d205a12fee795279ee0893e9f7af6c081f40 Whitespace change. diff -r 8003d205a12f -r a222d1be5012 src/minibuf.c --- a/src/minibuf.c Tue Jan 02 21:03:27 2007 +0000 +++ b/src/minibuf.c Tue Jan 02 21:03:49 2007 +0000 @@ -983,7 +983,7 @@ one puts point at the beginning of the string. *Note* that this behavior differs from the way such arguments are used in `completing-read' and some related functions, which use zero-indexing for POSITION. */) -(prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method) + (prompt, initial_contents, keymap, read, hist, default_value, inherit_input_method) Lisp_Object prompt, initial_contents, keymap, read, hist, default_value; Lisp_Object inherit_input_method; {