]> git.eshelyaron.com Git - emacs.git/commitdiff
(excerpt): Ignore error making `excerpt' italic.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Jun 1995 04:17:57 +0000 (04:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Jun 1995 04:17:57 +0000 (04:17 +0000)
lisp/enriched.el

index 0ad9f03f9c2bbba045379f5844083a8032704fe0..9d9b1debc034c1cf668138cc14f23d7324df9c61 100644 (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)))