(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-11 Katsumi Yamaoka <yamaoka@jpl.org>
* wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
(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)