(gnus-draft-decoding-function): Use `mime-edit-decode-buffer' simply
authormorioka <morioka>
Thu, 29 Oct 1998 11:29:52 +0000 (11:29 +0000)
committermorioka <morioka>
Thu, 29 Oct 1998 11:29:52 +0000 (11:29 +0000)
as initial value.

lisp/gnus-draft.el

index 7d6db4f..334823a 100644 (file)
 ;;; Utility functions
 
 (defcustom gnus-draft-decoding-function
-  (function
-   (lambda ()
-     (mime-edit-decode-buffer nil)
-     (eword-decode-header)
-     ))
+  #'mime-edit-decode-buffer
   "*Function called to decode the message from network representation."
   :group 'gnus-agent
   :type 'function)