Setting for mh-e was moved to emh/emh-setup.el.
[elisp/semi.git] / semi-setup.el
index 105a560..a087ff0 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: semi-setup.el,v 0.12 1997-03-14 04:41:27 morioka Exp $
+;; Version: $Id: semi-setup.el,v 0.13 1997-03-14 08:00:11 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -41,8 +41,6 @@
     )))
 
 
-(defvar running-xemacs (string-match "XEmacs" emacs-version))
-
 ;; for image/* and X-Face
 (defvar mime-setup-enable-inline-image
   (and window-system
   )
 
 
-;;; @ for mh-e
-;;;
-
-(defun semi-setup-load-emh ()
-  (require 'emh)
-  )
-
-(call-after-loaded 'mh-e 'semi-setup-load-emh 'mh-folder-mode-hook)
-(or (featurep 'mh-e)
-    (add-hook 'mh-letter-mode-hook 'semi-setup-load-emh)
-    )
-
-
 ;;; @ for Gnus
 ;;;