1
0
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:
Richard M. Stallman 1995-06-24 04:17:57 +00:00
parent 4592782ebb
commit a626328fcb

View File

@ -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)))