summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-24 04:17:57 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-24 04:17:57 +0000
commita626328fcbfb9cee68b9141922c4cc7588e87491 (patch)
tree5daf91b9d1788aa2c0eea226004889116565caed /lisp
parent4592782ebb8440a96cd1a9e7fdf7c4f90b1960bd (diff)
downloademacs-a626328fcbfb9cee68b9141922c4cc7588e87491.tar.gz
(excerpt): Ignore error making `excerpt' italic.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/enriched.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/enriched.el b/lisp/enriched.el
index 0ad9f03f9c2..9d9b1debc03 100644
--- a/lisp/enriched.el
+++ b/lisp/enriched.el
@@ -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)))