diff lisp/tm/tm-setup.el @ 8:4b173ad71786 r19-15b5

Import from CVS: tag r19-15b5
author cvs
date Mon, 13 Aug 2007 08:47:35 +0200
parents b82b59fe008d
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/tm/tm-setup.el	Mon Aug 13 08:47:16 2007 +0200
+++ b/lisp/tm/tm-setup.el	Mon Aug 13 08:47:35 2007 +0200
@@ -3,7 +3,7 @@
 ;; Copyright (C) 1994,1995,1996 Free Software Foundation, Inc.
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
-;; Version: $Id: tm-setup.el,v 1.1.1.1 1996/12/18 03:55:32 steve Exp $
+;; Version: $Id: tm-setup.el,v 1.2 1996/12/22 00:29:42 steve Exp $
 ;; Keywords: mail, news, MIME, multimedia, multilingual, encoded-word
 
 ;; This file is part of tm (Tools for MIME).
@@ -85,12 +85,14 @@
 ;;; @ for RMAIL
 ;;;
 
-(call-after-loaded 'rmail
-		   (function
-		    (lambda ()
-		      (require 'tm-rmail)
-		      ))
-		   'rmail-mode-hook)
+(or running-xemacs-with-mule
+    (call-after-loaded 'rmail
+		       (function
+			(lambda ()
+			  (require 'tm-rmail)
+			  ))
+		       'rmail-mode-hook)
+    )
 
 
 ;;; @ for mh-e