user-full-name instead of the variable user-full-name since
XEmacs-20.4 doesn't set this variable.
+2002-01-25 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-vars.el (wl-from): Use return value of function
+ user-full-name instead of the variable user-full-name since
+ XEmacs-20.4 doesn't set this variable.
+
2002-01-25 Yuuichi Teranishi <teranisi@gohome.org>
* wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
"*Use SEMI or not.")
(defcustom wl-from (and user-mail-address
- (concat (and user-full-name
+ (concat (and (user-full-name)
(concat (elmo-address-quote-specials
- user-full-name)
+ (user-full-name))
" "))
"<" user-mail-address ">"))
"*From string used in draft."