diff options
| -rw-r--r-- | lisp/progmodes/hideshow.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index ac6eb3681d1..5eb3a729ac5 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el | |||
| @@ -566,6 +566,8 @@ to call with the newly initialized overlay." | |||
| 566 | This returns the ellipsis string to use and its face." | 566 | This returns the ellipsis string to use and its face." |
| 567 | (cond* | 567 | (cond* |
| 568 | ((bind* | 568 | ((bind* |
| 569 | (standard-display-table (or standard-display-table | ||
| 570 | (make-display-table))) | ||
| 569 | (d-t-ellipsis (display-table-slot standard-display-table 'selective-display)) | 571 | (d-t-ellipsis (display-table-slot standard-display-table 'selective-display)) |
| 570 | (d-t-face ; Get only the first glyph face | 572 | (d-t-face ; Get only the first glyph face |
| 571 | (if d-t-ellipsis (glyph-face (aref d-t-ellipsis 0)))) | 573 | (if d-t-ellipsis (glyph-face (aref d-t-ellipsis 0)))) |