# HG changeset patch # User Joseph Arceneaux # Date 710116044 0 # Node ID 6a0fe944f77858e400b42cdcd1262d0e958381b7 # Parent 18b892513cb7ef499e20b19757e4f0fc4fc4639c *** empty log message *** diff -r 18b892513cb7 -r 6a0fe944f778 src/minibuf.c --- a/src/minibuf.c Thu Jul 02 22:11:40 1992 +0000 +++ b/src/minibuf.c Thu Jul 02 22:27:24 1992 +0000 @@ -1145,6 +1145,7 @@ { if (XTYPE (Vstandard_output) != Lisp_Buffer) { + Lisp_Object tem; tem = Flength (Fcar (elt)); column += XINT (tem); tem = Flength (Fcar (Fcdr (elt)));