`wl-template-alist' is nil.
+2005-02-09 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-template.el (wl-template-select): Cause error if
+ `wl-template-alist' is nil.
+
2005-02-06 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl-news.el.in: Set file variable `no-byte-compile'.
(defun wl-template-select (&optional arg)
"Select template from `wl-template-alist'."
(interactive "P")
+ (unless wl-template-alist
+ (error "Please set `wl-template-alist'"))
(if (not (if arg
(not wl-template-visible-select)
wl-template-visible-select))