;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1997/3/4
-;; Version: $Id: emh-face.el,v 0.3 1997-03-14 05:41:55 morioka Exp $
+;; Version: $Id: emh-face.el,v 0.4 1997-05-22 03:24:36 morioka Exp $
;; Keywords: header, highlighting
;; This file is part of emh.
))
(defsubst emh-make-face-bold (face)
- (condition-case err
- (make-face-bold face)
- (error (message "Can not make bold face `%s'." face))
- ))
+ (set-face-font face (face-font 'bold))
+ )
(defsubst emh-make-face-italic (face)
- (condition-case err
- (make-face-bold face)
- (error (message "Can not make italic face `%s'." face))
- ))
+ (set-face-font face (face-font 'italic))
+ )
(or (find-face 'from-field-body)
(progn