projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09a8bed
)
(gnus-draft-decoding-function): Use `mime-edit-decode-buffer' simply
author
morioka
<morioka>
Thu, 29 Oct 1998 11:29:52 +0000
(11:29 +0000)
committer
morioka
<morioka>
Thu, 29 Oct 1998 11:29:52 +0000
(11:29 +0000)
as initial value.
lisp/gnus-draft.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-draft.el
b/lisp/gnus-draft.el
index
7d6db4f
..
334823a
100644
(file)
--- a/
lisp/gnus-draft.el
+++ b/
lisp/gnus-draft.el
@@
-182,11
+182,7
@@
;;; 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)