(rfc2047-encoded-word-regexp): Mismatched paren.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 4 Mar 2004 01:01:39 +0000 (01:01 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 4 Mar 2004 01:01:39 +0000 (01:01 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index 1cec34c..7114bc6 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
+
 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
 
        * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
index ebd8a4a..0492fd1 100644 (file)
@@ -607,7 +607,7 @@ By default, the region is treated as containing addresses (see
 
 (eval-and-compile
   (defconst rfc2047-encoded-word-regexp
-    "=\\?\\([^][\000-\040()<>@,\;:*\\\"/?.=]+\\)(?:\\*[^?]+\\)?\
+    "=\\?\\([^][\000-\040()<>@,\;:*\\\"/?.=]+\\)\\(?:\\*[^?]+\\)?\
 \\?\\(B\\|Q\\)\\?\\([!->@-~ +]*\\)\\?="))
 
 ;; Fixme: This should decode in place, not cons intermediate strings.