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:
8132146
)
Synch to Oort Gnus 200304062323.
author
yamaoka
<yamaoka>
Sun, 6 Apr 2003 23:21:08 +0000
(23:21 +0000)
committer
yamaoka
<yamaoka>
Sun, 6 Apr 2003 23:21:08 +0000
(23:21 +0000)
lisp/ChangeLog
patch
|
blob
|
history
lisp/mm-bodies.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index
226c025
..
34369a8
100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,7
@@
+2003-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * mm-bodies.el (mm-decode-body): Silence XEmacs when compiling.
+
2003-04-06 Jesper Harder <harder@ifa.au.dk>
* mm-uu.el (mm-uu-copy-to-buffer): Copy
diff --git
a/lisp/mm-bodies.el
b/lisp/mm-bodies.el
index
5d4e132
..
1951e95
100644
(file)
--- a/
lisp/mm-bodies.el
+++ b/
lisp/mm-bodies.el
@@
-279,7
+279,7
@@
use the supplied charset unconditionally."
coding-system)))
(setq buffer-file-coding-system
(if (boundp 'last-coding-system-used)
- last-coding-system-used
+ (symbol-value 'last-coding-system-used)
coding-system))))))
(defun mm-decode-coding-region-safely (start end coding-system)