(Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
+2001-09-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-vars.el (wl-summary-width): Fix type to accept nil.
+ (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
+
2001-09-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl-acap.el (toplevel): Added `product-provide' declare.
(defcustom wl-summary-width 80
"*Set summary line width if non nil."
- :type 'integer
+ :type '(choice (const :tag "Don't truncate" nil)
+ integer)
:group 'wl-summary
:group 'wl-pref)