Fix.
authoryamaoka <yamaoka>
Thu, 27 Sep 2001 12:08:24 +0000 (12:08 +0000)
committeryamaoka <yamaoka>
Thu, 27 Sep 2001 12:08:24 +0000 (12:08 +0000)
lisp/message.el

index 1712509..2da785c 100644 (file)
@@ -2864,14 +2864,14 @@ It should typically alter the sending method in some way or other."
                                                  'mime-edit-invisible t))
                   (text-property-any (point-min) (point-max)
                                      'message-invisible t)))
-        (to (or (if emiko
-                    (text-property-not-all from (point-max)
-                                           'mime-edit-invisible t)
-                  (text-property-not-all from (point-max)
-                                         'message-invisible t))
-                (point-max)))
-        regions)
+        to regions)
     (when from
+      (setq to (or (if emiko
+                      (text-property-not-all from (point-max)
+                                             'mime-edit-invisible t)
+                    (text-property-not-all from (point-max)
+                                           'message-invisible t))
+                  (point-max)))
       (push (cons from to) regions)
       (if emiko
          (while (setq from (text-property-any to (point-max)