projects
/
elisp
/
tm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afd9466
)
(mime-preview/decode-text-buffer): Don't call `mime-decode-region' if
author
tomo
<tomo>
Thu, 19 Aug 1999 05:15:17 +0000
(
05:15
+0000)
committer
tomo
<tomo>
Thu, 19 Aug 1999 05:15:17 +0000
(
05:15
+0000)
`encoding' is nil.
tm-text.el
patch
|
blob
|
history
diff --git
a/tm-text.el
b/tm-text.el
index
613aa6e
..
5c23813
100644
(file)
--- a/
tm-text.el
+++ b/
tm-text.el
@@
-49,7
+49,8
@@
))
(defun mime-preview/decode-text-buffer (charset encoding)
- (mime-decode-region (point-min) (point-max) encoding)
+ (if encoding
+ (mime-decode-region (point-min) (point-max) encoding))
(let* ((mode mime::preview/original-major-mode)
(m (or (save-excursion
(set-buffer mime::preview/article-buffer)