diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-10 20:33:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-10 20:33:03 +0000 |
commit | 5774ea3202d807e91972af92913ddb180cf5583d (patch) | |
tree | e6345ff879466c002f6db436c8c76cef58aa8cdb /src | |
parent | 7cc0d29ba5e065fc83dd667556f6989349c58772 (diff) | |
download | emacs-5774ea3202d807e91972af92913ddb180cf5583d.tar.gz |
(Fdisplay_completion_list): Require at least two spaces between items.
Diffstat (limited to 'src')
-rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 04f2fd8b8c7..7f36b650607 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1436,7 +1436,7 @@ It can find the completion buffer in `standard-output'.") if (i & 1) { if (XTYPE (Vstandard_output) == Lisp_Buffer) - Findent_to (make_number (35), make_number (1)); + Findent_to (make_number (35), make_number (2)); else { do |