diff src/minibuf.c @ 1933:63ba4f555b90

* minibuf.c (Fdisplay_completion_list): Pass the proper number of arguments to Flength. * xmenu.c (list_of_items): Same.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 15:09:33 +0000
parents 04fb1d3d6992
children e94a593c3952
line wrap: on
line diff
--- a/src/minibuf.c	Mon Feb 22 15:08:57 1993 +0000
+++ b/src/minibuf.c	Mon Feb 22 15:09:33 1993 +0000
@@ -1296,7 +1296,7 @@
 	      if (XTYPE (Vstandard_output) != Lisp_Buffer)
 		{
 		  Lisp_Object tem;
-		  tem = Flength (elt, Qt);
+		  tem = Flength (elt);
 		  column += XINT (tem);
 		}
 	      Fprinc (elt, Qnil);