From: tomo Date: Tue, 19 Dec 2000 05:23:18 +0000 (+0000) Subject: Require `emh-def' and `std11'. X-Git-Tag: semi21-1_14_0-1~25 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3ec1f0abb3f89121ec19889ad0f3669f66d465e5;p=elisp%2Flemi.git Require `emh-def' and `std11'. --- diff --git a/mime/emh-face.el b/mime/emh-face.el index 5722dc0..17fc9a6 100644 --- a/mime/emh-face.el +++ b/mime/emh-face.el @@ -1,10 +1,9 @@ ;;; emh-face.el --- header highlighting in emh. -;; Copyright (C) 1997 MORIOKA Tomohiko +;; Copyright (C) 1997,2000 MORIOKA Tomohiko -;; Author: MORIOKA Tomohiko +;; Author: MORIOKA Tomohiko ;; Created: 1997/3/4 -;; Version: $Id: emh-face.el,v 1.1.2.1 2000/02/03 05:02:30 tomo Exp $ ;; Keywords: header, highlighting ;; This file is part of emh. @@ -26,21 +25,19 @@ ;;; Code: -(require 'emu) +(require 'emh-def) +(require 'std11) (defsubst emh-set-face-foreground (face color) (condition-case err (set-face-foreground face color) - (error (message "Color `%s' is not found." color)) - )) + (error (message "Color `%s' is not found." color)))) (defsubst emh-make-face-bold (face) - (set-face-font face (face-font 'bold)) - ) + (set-face-font face (face-font 'bold))) (defsubst emh-make-face-italic (face) - (set-face-font face (face-font 'italic)) - ) + (set-face-font face (face-font 'italic))) (or (find-face 'from-field-body) (progn