Synch to No Gnus 200406240614.
authoryamaoka <yamaoka>
Thu, 24 Jun 2004 06:14:48 +0000 (06:14 +0000)
committeryamaoka <yamaoka>
Thu, 24 Jun 2004 06:14:48 +0000 (06:14 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index 6fd6cfb..627bad4 100644 (file)
@@ -1,3 +1,9 @@
+2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Move point to the end of the
+       region after encoding.
+       Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
+
 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
index 61aee15..a6c071d 100644 (file)
@@ -431,7 +431,8 @@ Dynamically bind `rfc2047-encoding-type' to change that."
            (error
             (error "Invalid data for rfc2047 encoding: %s"
                    (mm-replace-in-string orig-text "[ \t\n]+" " ")))))))
-    (rfc2047-fold-region b (point))))
+    (rfc2047-fold-region b (point))
+    (goto-char (point-max))))
 
 (defun rfc2047-encode-string (string)
   "Encode words in STRING.