aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-24 04:17:57 +0000
committerRichard M. Stallman1995-06-24 04:17:57 +0000
commita626328fcbfb9cee68b9141922c4cc7588e87491 (patch)
tree5daf91b9d1788aa2c0eea226004889116565caed
parent4592782ebb8440a96cd1a9e7fdf7c4f90b1960bd (diff)
downloademacs-a626328fcbfb9cee68b9141922c4cc7588e87491.tar.gz
emacs-a626328fcbfb9cee68b9141922c4cc7588e87491.zip
(excerpt): Ignore error making `excerpt' italic.
-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.")
79 nil 79 nil
80 (make-face 'excerpt) 80 (make-face 'excerpt)
81 (if window-system 81 (if window-system
82 (make-face-italic 'excerpt))) 82 (make-face-italic 'excerpt nil t)))
83 83
84(defconst enriched-display-table (or (copy-sequence standard-display-table) 84(defconst enriched-display-table (or (copy-sequence standard-display-table)
85 (make-display-table))) 85 (make-display-table)))