2000-10-08 Mikio Nakajima <minakaji@osaka.email.ne.jp>
authorueno <ueno>
Sun, 8 Oct 2000 11:42:15 +0000 (11:42 +0000)
committerueno <ueno>
Sun, 8 Oct 2000 11:42:15 +0000 (11:42 +0000)
* wl-thread.el (wl-thread-delete-message): Fix parentheses.

wl/ChangeLog
wl/wl-thread.el

index e3dd4e2..091bc13 100644 (file)
@@ -1,3 +1,6 @@
+2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
+
+       * wl-thread.el (wl-thread-delete-message): Fix parentheses.
 
 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
index 9d99d16..4fbe647 100644 (file)
@@ -820,8 +820,8 @@ the closed parent will be opened."
                             (mapcar
                              (function
                               (lambda (message)
-                                (wl-thread-get-children-msgs message t))
-                              children)))))
+                                (wl-thread-get-children-msgs message t)))
+                             children))))
              (wl-thread-entity-set-children
               parent (append older-brothers children younger-brothers))
              ;; If chidren and younger-brothers not exists,