* wl-mime.el (wl-draft-attribute-value): Fixed.
authorhmurata <hmurata>
Thu, 4 Sep 2003 04:28:40 +0000 (04:28 +0000)
committerhmurata <hmurata>
Thu, 4 Sep 2003 04:28:40 +0000 (04:28 +0000)
wl/ChangeLog
wl/wl-mime.el

index 3dcfc50..dc29d37 100644 (file)
@@ -1,3 +1,7 @@
+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.
index a03e01c..f9f4b7e 100644 (file)
@@ -183,8 +183,8 @@ It calls following-method selected from variable
          ((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."