aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoseph Arceneaux1992-07-02 22:27:24 +0000
committerJoseph Arceneaux1992-07-02 22:27:24 +0000
commit07accdfee747bd592eee5b0a187a102a02b49084 (patch)
tree59b253c0e726c0ae4262933628e642d2f0bb734b /src
parent2dc2b7363e2201aa935df4374909e61ffc15d1d0 (diff)
downloademacs-07accdfee747bd592eee5b0a187a102a02b49084.tar.gz
emacs-07accdfee747bd592eee5b0a187a102a02b49084.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/minibuf.c1
1 files changed, 1 insertions, 0 deletions
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.")
1145 { 1145 {
1146 if (XTYPE (Vstandard_output) != Lisp_Buffer) 1146 if (XTYPE (Vstandard_output) != Lisp_Buffer)
1147 { 1147 {
1148 Lisp_Object tem;
1148 tem = Flength (Fcar (elt)); 1149 tem = Flength (Fcar (elt));
1149 column += XINT (tem); 1150 column += XINT (tem);
1150 tem = Flength (Fcar (Fcdr (elt))); 1151 tem = Flength (Fcar (Fcdr (elt)));