+2001-10-05 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * wl-draft.el (wl-draft): Make truncate-partial-width-windows
+ buffer local and set it to nil.
+
+ * wl-message.el (wl-message-redisplay): Ditto.
+
2001-10-03 Yuuichi Teranishi <teranisi@gohome.org>
* wl-summary.el (wl-summary-mark-as-important): If message is
(delete-other-windows))
(auto-save-mode -1)
(wl-draft-mode)
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
(setq truncate-lines wl-draft-truncate-lines)
(setq wl-sent-message-via nil)
(if (stringp (or from wl-from))
(wl-message-select-buffer wl-message-buffer)
(set-buffer message-buf)
+ (make-local-variable 'truncate-partial-width-windows)
+ (setq truncate-partial-width-windows nil)
(setq truncate-lines wl-message-truncate-lines)
(setq buffer-read-only nil)
(setq wl-message-buffer-cur-summary-buffer summary-buf)