* smtp.el: Require `pcustom' instead of `custom'.
authoryamaoka <yamaoka>
Fri, 15 Dec 2000 12:45:59 +0000 (12:45 +0000)
committeryamaoka <yamaoka>
Fri, 15 Dec 2000 12:45:59 +0000 (12:45 +0000)
ChangeLog
smtp.el

index b9d380c..15d746e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2000-12-15  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * 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 (file)
--- 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)