changeset 75060:a222d1be5012

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Tue, 02 Jan 2007 21:03:49 +0000
parents 8003d205a12f
children 5de4748cd80f
files src/minibuf.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 {