diff --git a/src/minibuf.c b/src/minibuf.c index bd5d3155e8e..97cf6d131e7 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -1145,6 +1145,7 @@ or may be a list of two strings to be printed as if concatenated.") { if (XTYPE (Vstandard_output) != Lisp_Buffer) { + Lisp_Object tem; tem = Flength (Fcar (elt)); column += XINT (tem); tem = Flength (Fcar (Fcdr (elt)));