diff options
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index a0efefa3a52..b7fd2249dc2 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5352,7 +5352,8 @@ handle_display_prop (struct it *it) | |||
| 5352 | Qdisplay, object, &overlay); | 5352 | Qdisplay, object, &overlay); |
| 5353 | 5353 | ||
| 5354 | /* Handle min-width ends. */ | 5354 | /* Handle min-width ends. */ |
| 5355 | if (!NILP (it->min_width_property)) | 5355 | if (!NILP (it->min_width_property) |
| 5356 | && NILP (find_display_property (propval, Qmin_width))) | ||
| 5356 | display_min_width (it, bufpos, object, Qnil); | 5357 | display_min_width (it, bufpos, object, Qnil); |
| 5357 | 5358 | ||
| 5358 | if (NILP (propval)) | 5359 | if (NILP (propval)) |