* wl-address.el (wl-complete-field-body): Complete if the last
authorteranisi <teranisi>
Wed, 28 Jan 2004 13:34:14 +0000 (13:34 +0000)
committerteranisi <teranisi>
Wed, 28 Jan 2004 13:34:14 +0000 (13:34 +0000)
character is a space.

wl/ChangeLog
wl/wl-address.el

index b9e02f4..134f10b 100644 (file)
@@ -1,3 +1,8 @@
+2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-address.el (wl-complete-field-body): Complete if the last
+       character is a space.
+
 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-folder.el (wl-folder-clear-entity-info): Use
index 2d8e3e7..dc62579 100644 (file)
@@ -454,7 +454,8 @@ Matched address lists are append to CL."
             (message "Sole completion"))
            ((and epand-char
                  (> len 0)
-                 (char-equal (aref pattern (1- len)) epand-char)
+                 (or (char-equal (aref pattern (1- len)) epand-char)
+                     (char-equal (aref pattern (1- len)) ?\ ))
                  (assoc (substring pattern 0 (1- len)) cl))
             (wl-complete-insert
              start end