aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-10 20:33:03 +0000
committerRichard M. Stallman1994-06-10 20:33:03 +0000
commit18ae44fc255300f82889746a99f5b805c35749f3 (patch)
tree3db63276797aa2f7149047c118a6120d9b75acb8 /src
parentb2e209baaf28178b5e13e8fb66a4578a5d14b30f (diff)
downloademacs-18ae44fc255300f82889746a99f5b805c35749f3.tar.gz
emacs-18ae44fc255300f82889746a99f5b805c35749f3.zip
(Fdisplay_completion_list): Require at least two spaces between items.
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c2
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'.")
1436 if (i & 1) 1436 if (i & 1)
1437 { 1437 {
1438 if (XTYPE (Vstandard_output) == Lisp_Buffer) 1438 if (XTYPE (Vstandard_output) == Lisp_Buffer)
1439 Findent_to (make_number (35), make_number (1)); 1439 Findent_to (make_number (35), make_number (2));
1440 else 1440 else
1441 { 1441 {
1442 do 1442 do