changeset 11065:da9137aa151f

(display_menu_bar): Just one space between menu items.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Mar 1995 23:08:02 +0000
parents bf32108711c6
children 2a3d961889b4
files src/xdisp.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sat Mar 18 22:55:23 1995 +0000
+++ b/src/xdisp.c	Sat Mar 18 23:08:02 1995 +0000
@@ -2928,10 +2928,10 @@
 			       XSTRING (string)->data,
 			       XSTRING (string)->size,
 			       hpos, 0, 0, hpos, maxendcol);
-      /* Put a gap of 3 spaces between items.  */
+      /* Put a space between items.  */
       if (hpos < maxendcol)
 	{
-	  int hpos1 = hpos + 3;
+	  int hpos1 = hpos + 1;
 	  hpos = display_string (w, vpos, "", 0, hpos, 0, 0,
 				 min (hpos1, maxendcol), maxendcol);
 	}