* wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
authorteranisi <teranisi>
Thu, 16 May 2002 01:50:04 +0000 (01:50 +0000)
committerteranisi <teranisi>
Thu, 16 May 2002 01:50:04 +0000 (01:50 +0000)
as t for `try-completion'.

wl/ChangeLog
wl/wl-address.el

index 122ed2d..39a790d 100644 (file)
@@ -1,3 +1,8 @@
+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
index d936011..56a92ab 100644 (file)
@@ -431,6 +431,7 @@ Matched address lists are append to CL."
         (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)))