* wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace' to nil.
authorkaoru <kaoru>
Thu, 28 Oct 2004 04:43:15 +0000 (04:43 +0000)
committerkaoru <kaoru>
Thu, 28 Oct 2004 04:43:15 +0000 (04:43 +0000)
wl/ChangeLog
wl/wl-summary.el

index e917c93..a6051d0 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
+
+       * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
+       to nil.
+
 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
        * wl-spam.el (wl-spam-setup): Add hook
index a2e1069..d1b2f1b 100644 (file)
@@ -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))