projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764dee3
)
* smtp.el: Require `pcustom' instead of `custom'.
author
yamaoka
<yamaoka>
Fri, 15 Dec 2000 12:45:59 +0000
(12:45 +0000)
committer
yamaoka
<yamaoka>
Fri, 15 Dec 2000 12:45:59 +0000
(12:45 +0000)
ChangeLog
patch
|
blob
|
history
smtp.el
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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)