X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmm-uu.el;h=83b38c8ae1e4f554f21f74d7f8d5166f94a8392c;hb=74a489ff1213794152d6e13f7a11e16c89f62602;hp=5ae9205e2f0a11b58f09c2b7d71eba185250990e;hpb=709612bf69b61ae33aff05350458398b04c4a1fe;p=gnus diff --git a/lisp/mm-uu.el b/lisp/mm-uu.el index 5ae9205e2..83b38c8ae 100644 --- a/lisp/mm-uu.el +++ b/lisp/mm-uu.el @@ -441,7 +441,7 @@ apply the face `mm-uu-extract'." (defun mm-uu-yenc-extract () ;; This might not be exactly correct, but we sure can't get the ;; binary data from the article buffer, since that's already in a - ;; non-binary charset. So get it from the original article buffer. + ;; non-binary charset. So get it from the original article buffer. (mm-make-handle (with-current-buffer gnus-original-article-buffer (mm-uu-copy-to-buffer start-point end-point)) (list (or (and file-name @@ -729,5 +729,4 @@ Assume text has been decoded if DECODED is non-nil." (provide 'mm-uu) -;; arch-tag: 7db076bf-53db-4320-aa19-ca76a1d2ab2c ;;; mm-uu.el ends here