as t for `try-completion'.
+2002-05-16 Yuuichi Teranishi <teranisi@gohome.org>
+
+ * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
+ as t for `try-completion'.
+
2002-05-15 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-default-from): Use
(completion)
(pattern (buffer-substring start end))
(len (length pattern))
+ (completion-ignore-case t)
(cl completion-list))
(when use-ldap
(setq cl (wl-address-ldap-search pattern cl)))