From: yamaoka Date: Mon, 5 Mar 2001 03:17:43 +0000 (+0000) Subject: * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default X-Git-Tag: wl-2_8-root^2~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8f5837ee845b24838746c0803c9accf739108726;p=elisp%2Fwanderlust.git * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to the default value. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 5338f90..05506be 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2001-03-05 Katsumi Yamaoka + + * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to + the default value. + 2001-03-01 Yuuichi Teranishi * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port' diff --git a/wl/wl-demo.el b/wl/wl-demo.el index e846d66..82c7ad7 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -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