From: kaoru Date: Thu, 28 Oct 2004 04:43:15 +0000 (+0000) Subject: * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace' to nil. X-Git-Tag: wl-2_12-root~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9014016b205b6b1032e023c00ee89ead076d91e9;p=elisp%2Fwanderlust.git * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace' to nil. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index e917c93..a6051d0 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-10-28 TAKAHASHI Kaoru + + * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace' + to nil. + 2004-10-24 Hiroya Murata * wl-spam.el (wl-spam-setup): Add hook diff --git a/wl/wl-summary.el b/wl/wl-summary.el index a2e1069..d1b2f1b 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -843,6 +843,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'." ;;;(setq default-directory (or wl-tmp-dir (expand-file-name "~/"))) (setq buffer-read-only t) (setq truncate-lines t) + (setq show-trailing-whitespace nil) ;;;(make-local-variable 'tab-width) ;;;(setq tab-width 1) (buffer-disable-undo (current-buffer))