diff options
| author | Joseph Arceneaux | 1992-07-02 22:27:24 +0000 |
|---|---|---|
| committer | Joseph Arceneaux | 1992-07-02 22:27:24 +0000 |
| commit | 07accdfee747bd592eee5b0a187a102a02b49084 (patch) | |
| tree | 59b253c0e726c0ae4262933628e642d2f0bb734b | |
| parent | 2dc2b7363e2201aa935df4374909e61ffc15d1d0 (diff) | |
| download | emacs-07accdfee747bd592eee5b0a187a102a02b49084.tar.gz emacs-07accdfee747bd592eee5b0a187a102a02b49084.zip | |
*** empty log message ***
| -rw-r--r-- | src/minibuf.c | 1 |
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))); |