Synch to Oort Gnus 200304062323.
authoryamaoka <yamaoka>
Sun, 6 Apr 2003 23:21:08 +0000 (23:21 +0000)
committeryamaoka <yamaoka>
Sun, 6 Apr 2003 23:21:08 +0000 (23:21 +0000)
lisp/ChangeLog
lisp/mm-bodies.el

index 226c025..34369a8 100644 (file)
@@ -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
index 5d4e132..1951e95 100644 (file)
@@ -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)