]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorJoseph Arceneaux <jla@gnu.org>
Thu, 2 Jul 1992 22:27:24 +0000 (22:27 +0000)
committerJoseph Arceneaux <jla@gnu.org>
Thu, 2 Jul 1992 22:27:24 +0000 (22:27 +0000)
src/minibuf.c

index bd5d3155e8e7f5498e0f60a0b03363a783ae27fc..97cf6d131e7cebed492fb0a9810a6528d2b9a1e0 100644 (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)));