diff options
Diffstat (limited to 'lisp/mpc.el')
| -rw-r--r-- | lisp/mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index 8e557ed2b35..c39257937bf 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -1606,7 +1606,7 @@ when constructing the set of constraints." (make-overlay (point) (point))) (overlay-put mpc-separator-ol 'after-string (propertize "\n" - 'face '(:height 0.05 :inverse-video t)))) + 'face '(:height 0.05 :inverse-video t :extend t)))) (goto-char (point-min)) (forward-line 1) (while |
