Synch to No Gnus 200406091208.
authoryamaoka <yamaoka>
Wed, 9 Jun 2004 12:09:22 +0000 (12:09 +0000)
committeryamaoka <yamaoka>
Wed, 9 Jun 2004 12:09:22 +0000 (12:09 +0000)
lisp/message.el

index 6b02c3b..d239762 100644 (file)
@@ -3918,12 +3918,11 @@ not have PROP."
     (setq end (point-max)))
   (let (next regions)
     (if reverse
-       (progn
-         (while (and start
-                     (setq start (text-property-any start end prop nil)))
-           (setq next (next-single-property-change start prop nil end))
-           (push (cons start (or next end)) regions)
-           (setq start next)))
+       (while (and start
+                   (setq start (text-property-any start end prop nil)))
+         (setq next (next-single-property-change start prop nil end))
+         (push (cons start (or next end)) regions)
+         (setq start next))
       (while (and start
                  (or (get-text-property start prop)
                      (and (setq start (next-single-property-change