(mime-store-message/partial-piece): Fix mis-designed parenthesis in
authoryamaoka <yamaoka>
Fri, 5 Dec 2003 06:01:48 +0000 (06:01 +0000)
committeryamaoka <yamaoka>
Fri, 5 Dec 2003 06:01:48 +0000 (06:01 +0000)
 the `let' form.

ChangeLog
mime-play.el

index 9c43625..9a1fe9d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2003-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mime-play.el (mime-store-message/partial-piece): Fix
+       mis-designed parenthesis in the `let' form.
+
 2001-11-27  Daiki Ueno  <ueno@unixuser.org>
 
        * mime-w3.el: Don't use `url-register-protocol' if it is not
index a3bf086..a3df177 100644 (file)
@@ -355,7 +355,7 @@ It is registered to variable `mime-preview-quitting-method-alist'."
         (total (cdr (assoc "total" cal)))
         file
         (mother (current-buffer))
-        orig-modes (default-file-modes))
+        (orig-modes (default-file-modes)))
     (or (file-exists-p root-dir)
        (unwind-protect
            (progn