From 3ec1f0abb3f89121ec19889ad0f3669f66d465e5 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 19 Dec 2000 05:23:18 +0000 Subject: [PATCH] Require `emh-def' and `std11'. --- mime/emh-face.el | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) 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 -- 1.7.10.4