From: yamaoka Date: Fri, 15 Dec 2000 12:45:59 +0000 (+0000) Subject: * smtp.el: Require `pcustom' instead of `custom'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f90e302983069d317f4672469aa394095af36e76;p=elisp%2Fflim.git * smtp.el: Require `pcustom' instead of `custom'. --- 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)