From f56f9bd7106b5ee8516bfcee3e2f9a2291db775b Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sat, 22 May 1999 13:29:45 +0000 Subject: [PATCH] Update header. Require 'poe, 'poem, and 'pcustom. Require 'cl at compile-time. --- smtp.el | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/smtp.el b/smtp.el index c2c9937..e83be87 100644 --- a/smtp.el +++ b/smtp.el @@ -3,8 +3,9 @@ ;; Copyright (C) 1995, 1996, 1998 Free Software Foundation, Inc. ;; Author: Tomoji Kagatani -;; Simon Leinen (ESMTP support) -;; Shuhei KOBAYASHI +;; Simon Leinen (ESMTP support) +;; MORIOKA Tomohiko (separate smtp.el from smtpmail.el) +;; Shuhei KOBAYASHI ;; Keywords: SMTP, mail ;; This file is part of FLIM (Faithful Library about Internet Message). @@ -20,13 +21,18 @@ ;; General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to the +;; along with this program; see the file COPYING. If not, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. ;;; Code: -(require 'mail-utils) ; pick up mail-strip-quoted-names +(require 'poe) +(require 'poem) +(require 'pcustom) +(require 'mail-utils) ; mail-strip-quoted-names + +(eval-when-compile (require 'cl)) ; push (defgroup smtp nil "SMTP protocol for sending mail." -- 1.7.10.4