This commit was generated by cvs2svn to compensate for changes in r6817,
[elisp/gnus.git-] / lisp / gnus-draft.el
index f428731..d794f0d 100644 (file)
 (defcustom gnus-draft-decoding-function
   (function
    (lambda ()
-     (mime-edit-decode-buffer nil)
+     (mime-edit-decode-message-in-buffer nil)
      (eword-decode-header)
      ))
   "*Function called to decode the message from network representation."