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:
4a7c083
)
Synch to No Gnus 200406170937.
author
yamaoka
<yamaoka>
Thu, 17 Jun 2004 09:38:12 +0000
(09:38 +0000)
committer
yamaoka
<yamaoka>
Thu, 17 Jun 2004 09:38:12 +0000
(09:38 +0000)
lisp/rfc2047.el
patch
|
blob
|
history
diff --git
a/lisp/rfc2047.el
b/lisp/rfc2047.el
index
adbbd4e
..
61aee15
100644
(file)
--- a/
lisp/rfc2047.el
+++ b/
lisp/rfc2047.el
@@
-427,8
+427,7
@@
Dynamically bind `rfc2047-encoding-type' to change that."
(progn
(rfc2047-encode start end)
(setq last-encoded t))
- (setq last-encoded nil))
- )))
+ (setq last-encoded nil)))))
(error
(error "Invalid data for rfc2047 encoding: %s"
(mm-replace-in-string orig-text "[ \t\n]+" " ")))))))