From: Richard M. Stallman Date: Tue, 2 Jan 2007 21:03:49 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-pretest-22.0.93~277 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bafae499a6a73a04d2f23092ef34a7f1daafb56;p=emacs.git Whitespace change. --- diff --git a/src/minibuf.c b/src/minibuf.c index ab95b5f0a46..c340c0d3259 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -983,7 +983,7 @@ POSITION in the minibuffer. Any integer value less than or equal to 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; {