From xemacs-m  Mon Jun 16 01:28:26 1997
Received: from labyrinth.daedalusww.com (root@[208.202.131.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id BAA07418
	for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 01:28:25 -0500 (CDT)
Received: from mykonos.daedalusww.com.daedalusww.com (pez.port.net [204.180.205.93])
          by labyrinth.daedalusww.com (8.8.4/8.8.4) with SMTP
	  id CAA01880 for <xemacs-beta@xemacs.org>; Mon, 16 Jun 1997 02:28:22 -0400
Date: Mon, 16 Jun 1997 02:28:22 -0400
Message-Id: <199706160628.CAA01880@labyrinth.daedalusww.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Peter Pezaris <pez@dwwc.com>
To: xemacs-beta@xemacs.org
Subject: smtpmail.el patchlet
X-Mailer: VM 6.22 under 19.15 XEmacs Lucid
Reply-To: pez@dwwc.com
X-Face:  jmO'4:GbVF[Dqpx`kbk6Pt!g;bRtA],[$+yPbi*Iy6#/0s5\_12tkPQWCkG7\ncg-!3sA2U naw2\_x7kuzIgQ!U@4A,(RrXv3{="F3q&?3jsq%:p|InqD{M6lF,AeqpR%32[\xLQ$1)|QUrwwG2|$ @"#>6=+64YZ-b%Qu6=gB$3.N%
X-Bogus-Quotes: }})]


I was playing around with smtpmail.el in 19.15 and required this
simple patch.  Apologies if this has been found before...

-Pez

[root@mykonos utils]# diff -u smtpmail.el~ smtpmail.el
--- smtpmail.el~        Mon Jun 16 02:25:07 1997
+++ smtpmail.el Mon Jun 16 02:25:23 1997
@@ -97,7 +97,7 @@
          (backward-char 1)
          (setq delimline (point-marker))
 ;;       (sendmail-synch-aliases)
-         (if (and mail-aliases (fboundp expand-mail-aliases)) ; XEmacs
+         (if (and mail-aliases (fboundp 'expand-mail-aliases)) ; XEmacs
              (expand-mail-aliases (point-min) delimline))
          (goto-char (point-min))
          ;; ignore any blank lines in the header


