1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

(Fdisplay_completion_list): Require at least two spaces between items.

This commit is contained in:
Richard M. Stallman 1994-06-10 20:33:03 +00:00
parent b2e209baaf
commit 18ae44fc25

View File

@ -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