From f90e302983069d317f4672469aa394095af36e76 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 15 Dec 2000 12:45:59 +0000 Subject: [PATCH] * smtp.el: Require `pcustom' instead of `custom'. --- ChangeLog | 2 ++ smtp.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b9d380c..15d746e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-12-15 Katsumi Yamaoka + * smtp.el: Require `pcustom' instead of `custom'. + * tests/test-sasl.el (test-sasl-digest-md5-acap): Replace #' with `function'. (test-sasl-digest-md5-imap): Ditto. diff --git a/smtp.el b/smtp.el index 82dccb6..a2cbb6c 100644 --- a/smtp.el +++ b/smtp.el @@ -32,7 +32,7 @@ ;;; Code: (require 'pces) -(require 'custom) +(require 'pcustom) (require 'mail-utils) ; mail-strip-quoted-names (require 'sasl) (require 'luna) -- 1.7.10.4