(rfc2047-decode-string): Return unibyte string.
authorShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 6 Jan 2002 01:19:14 +0000 (01:19 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Sun, 6 Jan 2002 01:19:14 +0000 (01:19 +0000)
lisp/ChangeLog
lisp/rfc2047.el

index 3698efd..500757b 100644 (file)
@@ -5,6 +5,8 @@
        * rfc2047.el (rfc2047-decode-string): Return immediately if there
        is no quoted-printable-encoded STRING.
        From: Jesper Harder <harder@ifa.au.dk>
+       
+       (rfc2047-decode-string): Return unibyte string.
 
 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index e3eb8f4..e57954e 100644 (file)
@@ -543,7 +543,7 @@ The buffer may be narrowed."
          (inline
            (rfc2047-decode-region (point-min) (point-max)))
          (buffer-string)))
-    string))
+    (mm-string-as-unibyte string)))
 
 (defun rfc2047-parse-and-decode (word)
   "Decode WORD and return it if it is an encoded word.