projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
416e4f4
)
fix the last change
author
yoichi
<yoichi>
Sat, 3 Jan 2004 00:16:41 +0000
(
00:16
+0000)
committer
yoichi
<yoichi>
Sat, 3 Jan 2004 00:16:41 +0000
(
00:16
+0000)
wl/wl-address.el
patch
|
blob
|
history
diff --git
a/wl/wl-address.el
b/wl/wl-address.el
index
f158400
..
2d8e3e7
100644
(file)
--- a/
wl/wl-address.el
+++ b/
wl/wl-address.el
@@
-672,8
+672,8
@@
If already registerd, change it."
(when change-address
(setq new-addr (read-from-minibuffer "E-Mail: " address))
(cond
- ((or (not (stringp address))
- (string-match "^[ \t]*$" address))
+ ((or (not (stringp new-addr))
+ (string-match "^[ \t]*$" new-addr))
(error "empty address"))
((and (not (string= address new-addr))
(assoc new-addr wl-address-list))