comparison src/minibuf.c @ 7836:e55490c43ed0

(Fdisplay_completion_list): Require at least two spaces between items.
author Richard M. Stallman <rms@gnu.org>
date Fri, 10 Jun 1994 20:33:03 +0000
parents c6d09116d66a
children 9e2e0fdd1710
comparison
equal deleted inserted replaced
7835:27ec793a0e99 7836:e55490c43ed0
1434 /* Sadly, the window it will appear in is not known 1434 /* Sadly, the window it will appear in is not known
1435 until after the text has been made. */ 1435 until after the text has been made. */
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
1443 { 1443 {
1444 write_string (" ", -1); 1444 write_string (" ", -1);