(rfc2047-quote-special-characters-in-quoted-strings): Fix previous commit.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 7 Sep 2006 10:05:40 +0000 (10:05 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 7 Sep 2006 10:05:40 +0000 (10:05 +0000)
lisp/rfc2047.el

index 62a2b02..97bcc5d 100644 (file)
@@ -171,7 +171,8 @@ matching ENCODABLE-REGEXP."
                                    (and rfc2047-encode-encoded-words
                                         (eq (char-after) ??)
                                         (eq (char-before) ?=)))
-                         (insert "\\")))))
+                         (insert "\\"))
+                       (forward-char))))
                  (goto-char (point-max)))
                (forward-char))
            (error