* wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
authorteranisi <teranisi>
Thu, 22 Feb 2001 21:49:31 +0000 (21:49 +0000)
committerteranisi <teranisi>
Thu, 22 Feb 2001 21:49:31 +0000 (21:49 +0000)
wl/ChangeLog
wl/wl-summary.el

index d05a706..ee25c2c 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
+
 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-default-get-next-msg): Fix.
index 6b3dfea..9edb448 100644 (file)
@@ -5921,7 +5921,7 @@ Use function list is `wl-summary-write-current-folder-functions'."
                               (if wl-summary-move-direction-downward 'down
                                 'up)
                               nil)
-      (cadr (memq num (if wl-summary-move-direction-downward
+      (cadr (memq msg (if wl-summary-move-direction-downward
                          wl-summary-buffer-number-list
                        (reverse wl-summary-buffer-number-list))))))