* mm-bodies.el (mm-decode-body): Add missing quote.
authorJesper Harder <harder@ifa.au.dk>
Sun, 6 Apr 2003 14:10:38 +0000 (14:10 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sun, 6 Apr 2003 14:10:38 +0000 (14:10 +0000)
lisp/ChangeLog
lisp/mm-bodies.el

index 149dc1c..ab89fa2 100644 (file)
@@ -2,6 +2,7 @@
 
        * mm-bodies.el (mm-decode-body): last-coding-system-used doesn't
        exist in XEmacs.
+       (mm-decode-body): Add missing quote.
 
        * mm-uu.el (mm-uu-pgp-signed-extract-1): Set
        buffer-file-coding-system.
index 1657f28..5d4e132 100644 (file)
@@ -278,7 +278,7 @@ use the supplied charset unconditionally."
            (mm-decode-coding-region-safely (point-min) (point-max)
                                            coding-system)))
        (setq buffer-file-coding-system
-             (if (boundp last-coding-system-used)
+             (if (boundp 'last-coding-system-used)
                  last-coding-system-used
                coding-system))))))