(rfc2047-encoded-word-regexp): Remove unnecessary
authorJesper Harder <harder@ifa.au.dk>
Wed, 7 Apr 2004 19:41:45 +0000 (19:41 +0000)
committerJesper Harder <harder@ifa.au.dk>
Wed, 7 Apr 2004 19:41:45 +0000 (19:41 +0000)
'+'.  Reported by Stefan Wiens <s.wi@gmx.net>.

lisp/ChangeLog
lisp/rfc2047.el

index 95b8816..de70933 100644 (file)
@@ -1,5 +1,8 @@
 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
 
+       * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
+       '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
+
        * mm-util.el (mm-image-load-path): Handle nil in load-path.
        From Christian Neukirchen <chneukirchen@yahoo.de>.
 
index 0492fd1..3b4cfda 100644 (file)
@@ -608,7 +608,7 @@ By default, the region is treated as containing addresses (see
 (eval-and-compile
   (defconst rfc2047-encoded-word-regexp
     "=\\?\\([^][\000-\040()<>@,\;:*\\\"/?.=]+\\)\\(?:\\*[^?]+\\)?\
-\\?\\(B\\|Q\\)\\?\\([!->@-~ +]*\\)\\?="))
+\\?\\(B\\|Q\\)\\?\\([!->@-~ ]*\\)\\?="))
 
 ;; Fixme: This should decode in place, not cons intermediate strings.
 ;; Also check whether it needs to worry about delimiting fields like