;;; emh-face.el --- header highlighting in emh.
-;; Copyright (C) 1997,2000 MORIOKA Tomohiko
+;; Copyright (C) 1997,2000 Free Software Foundation, Inc.
;; Author: MORIOKA Tomohiko <tomo@m17n.org>
;; Created: 1997/3/4
(require 'std11)
(defsubst emh-set-face-foreground (face color)
- (condition-case err
+ (condition-case nil
(set-face-foreground face color)
(error (message "Color `%s' is not found." color))))