# HG changeset patch # User Juanma Barranquero # Date 1021550242 0 # Node ID da1c26da109e26e07881377c87df1882bfd0c5ed # Parent d47193939ddadfeb643b9cb9976e6c1f324d0689 (gnus-mime-copy-part): Fix typo. diff -r d47193939dda -r da1c26da109e lisp/gnus/gnus-art.el --- a/lisp/gnus/gnus-art.el Thu May 16 11:53:41 2002 +0000 +++ b/lisp/gnus/gnus-art.el Thu May 16 11:57:22 2002 +0000 @@ -3066,7 +3066,7 @@ (mm-handle-id handle))))) (defun gnus-mime-copy-part (&optional handle) - "Put the the MIME part under point into a new buffer." + "Put the MIME part under point into a new buffer." (interactive) (gnus-article-check-buffer) (let* ((handle (or handle (get-text-property (point) 'gnus-data)))