+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-01 Yuuichi Teranishi <teranisi@gohome.org>
* wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
(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