* wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default
authoryamaoka <yamaoka>
Mon, 5 Mar 2001 03:17:07 +0000 (03:17 +0000)
committeryamaoka <yamaoka>
Mon, 5 Mar 2001 03:17:07 +0000 (03:17 +0000)
 value.

wl/ChangeLog
wl/wl-demo.el

index c5c3fd0..34ea19b 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
+       the default value.
+
 2001-03-03  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
 
        * wl-summary.el (wl-summary-goto-folder-subr): Fixed problem that
index e846d66..82c7ad7 100644 (file)
@@ -268,7 +268,10 @@ Optional IMAGE-TYPE overrides the variable `wl-demo-display-logo'."
                    (get-buffer-create "*WL Demo*"))))
     (switch-to-buffer demo-buf)
     (erase-buffer)
-    (setq truncate-lines t)
+    (setq truncate-lines t
+         tab-width 8)
+    (set (make-local-variable 'tab-stop-list)
+        '(8 16 24 32 40 48 56 64 72 80 88 96 104 112 120))
     (cond ((featurep 'xemacs)
           (if (device-on-window-system-p)
               (progn