From 506ebab5e91f00207dd9e4667dff1942334eb2f4 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sat, 22 May 1999 20:00:53 +0000 Subject: [PATCH] Require 'poe and 'pcustom. --- smtpmail.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/smtpmail.el b/smtpmail.el index 807b4a7..95a09eb 100644 --- a/smtpmail.el +++ b/smtpmail.el @@ -18,8 +18,8 @@ ;; 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 -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; 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. ;;; Commentary: @@ -42,6 +42,8 @@ ;;; Code: +(require 'poe) +(require 'pcustom) (require 'smtp) (require 'sendmail) (require 'time-stamp) -- 1.7.10.4