*** empty log message ***

This commit is contained in:
Joseph Arceneaux 1992-07-02 22:27:24 +00:00
parent 2dc2b7363e
commit 07accdfee7

View file

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