;; Created: 1993/11/21
 ;;     Renamed: 1993/11/27 from mh-e-mime.el
 ;;     Renamed: 1997/02/21 from tm-mh-e.el
-;; Version: $Revision: 0.6 $
+;; Version: $Revision: 0.7 $
 ;; Keywords: MH, MIME, multimedia, encoded-word, multilingual, mail
 
 ;; This file is part of emh.
 ;;;
 
 (defconst emh-RCS-ID
-  "$Id: emh.el,v 0.6 1997-03-03 20:56:19 morioka Exp $")
+  "$Id: emh.el,v 0.7 1997-03-04 20:22:07 morioka Exp $")
 
 (defconst emh-version (get-version-string emh-RCS-ID))
 
           'mh-show-mode
           (function emh-decode-charset-buffer))
 
+(defvar emh-content-header-filter-hook
+  (if window-system
+      '(emh-highlight-header)
+    )
+  "Hook for header filtering.")
+
+(autoload 'emh-highlight-header "emh-face")
+
 (defun emh-content-header-filter ()
   (goto-char (point-min))
   (mime-preview/cut-header)