(emh-set-face-foreground): Use nil as variable of `condition-case'.
[elisp/emh.git] / emh-face.el
index 17fc9a6..f37af61 100644 (file)
@@ -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 <tomo@m17n.org>
 ;; 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))))