From e77542b341f5673f427d6e658154d5a23fb2b31d Mon Sep 17 00:00:00 2001 From: morioka Date: Fri, 14 Mar 1997 08:00:11 +0000 Subject: [PATCH] Setting for mh-e was moved to emh/emh-setup.el. --- semi-setup.el | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/semi-setup.el b/semi-setup.el index 105a560..a087ff0 100644 --- a/semi-setup.el +++ b/semi-setup.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1994,1995,1996,1997 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko -;; 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 @@ -74,19 +72,6 @@ ) -;;; @ 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 ;;; -- 1.7.10.4