* modb-entity.el (modb-entity-encode-string-recursive): Fixed
authorhmurata <hmurata>
Thu, 7 Apr 2005 14:34:29 +0000 (14:34 +0000)
committerhmurata <hmurata>
Thu, 7 Apr 2005 14:34:29 +0000 (14:34 +0000)
parenthesis.

elmo/ChangeLog
elmo/modb-entity.el

index 88f508c..967d76a 100644 (file)
@@ -1,5 +1,8 @@
 2005-04-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
+       * modb-entity.el (modb-entity-encode-string-recursive): Fixed
+       parenthesis.
+
        * elmo-util.el (elmo-map-recursive): New function.
 
        * modb-entity.el (modb-entity-decode-string-recursive): Use it.
index 892feb1..df9eb01 100644 (file)
@@ -338,8 +338,8 @@ If each field is t, function is set as default converter."
    (lambda (element)
      (if (stringp element)
         (elmo-with-enable-multibyte
-          (encode-mime-charset-string element elmo-mime-charset)))
-       element)
+          (encode-mime-charset-string element elmo-mime-charset))
+       element))
    value))
 
 (defun modb-entity-create-field-indices (slots)