X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Femh.git;a=blobdiff_plain;f=emh-face.el;fp=emh-face.el;h=f37af614edaf14826505a1bb96432cfbbabee233;hp=17fc9a66e9b8e8fac878c5402bfa785c964b2db8;hb=3b2611a278d80c991c03594c2902246c88fcaf61;hpb=17f585d5b3b2d7145fa3bd767e3bc6b2987a4176 diff --git a/emh-face.el b/emh-face.el index 17fc9a6..f37af61 100644 --- a/emh-face.el +++ b/emh-face.el @@ -1,6 +1,6 @@ ;;; emh-face.el --- header highlighting in emh. -;; Copyright (C) 1997,2000 MORIOKA Tomohiko +;; Copyright (C) 1997,2000 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Created: 1997/3/4 @@ -29,7 +29,7 @@ (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))))