Fix last commit.
authorSimon Josefsson <jas@extundo.com>
Sat, 25 Jan 2003 17:49:38 +0000 (17:49 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 25 Jan 2003 17:49:38 +0000 (17:49 +0000)
lisp/nnmail.el

index 76a76e0..0abb9e3 100644 (file)
@@ -1010,7 +1010,7 @@ FUNC will be called with the group name to determine the article number."
        ;; Copy the article into the work buffer.
        (set-buffer nntp-server-buffer)
        (erase-buffer)
-       (insert-buffer obuf)
+       (insert-buffer-substring obuf)
        ;; Narrow to headers.
        (mail-narrow-to-head)
        ;; Decode MIME headers and charsets.