* wl-util.el (wl-get-assoc-list-value): Fixed last change.
authorteranisi <teranisi>
Thu, 16 Oct 2003 12:43:54 +0000 (12:43 +0000)
committerteranisi <teranisi>
Thu, 16 Oct 2003 12:43:54 +0000 (12:43 +0000)
wl/ChangeLog
wl/wl-util.el

index 7394e66..de38684 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-util.el (wl-get-assoc-list-value): Fixed last change.
+
 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
index 19885ae..ba79ad0 100644 (file)
@@ -274,7 +274,7 @@ even when invalid character is contained."
                     (setq value (append value (list (cdr pair)))))
                    ((eq match 'all-list)
                     (setq value (append value (cdr pair))))
-                   ((not match)
+                   ((or (not match) (eq match 'function))
                     (throw 'found (cdr pair))))))
        (setq alist (cdr alist)))
       value)))