+2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-mime.el (wl-draft-attribute-value): Fixed.
+
 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-util.el (wl-copy-local-variables): New function.
 
          ((and (setq symbol (intern-soft (format "wl-%s" name)))
                (boundp symbol))
           (symbol-value symbol))
-         (t
-          attr))))
+         ((boundp attr)
+          (symbol-value attr)))))
 
 (defun wl-draft-preview-message ()
   "Preview editing message."