mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(excerpt): Ignore error making `excerpt' italic.
This commit is contained in:
parent
4592782ebb
commit
a626328fcb
@ -79,7 +79,7 @@ stored in the file.")
|
||||
nil
|
||||
(make-face 'excerpt)
|
||||
(if window-system
|
||||
(make-face-italic 'excerpt)))
|
||||
(make-face-italic 'excerpt nil t)))
|
||||
|
||||
(defconst enriched-display-table (or (copy-sequence standard-display-table)
|
||||
(make-display-table)))
|
||||
|
Loading…
Reference in New Issue
Block a user