* wid-edit.el (widget-match-inline): An atom never matches a
list.
+2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
+
+ * wid-edit.el (widget-match-inline): An atom never matches a
+ list.
+
2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
* textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
"In WIDGET, match the start of VALS."
(cond ((widget-get widget :inline)
(widget-apply widget :match-inline vals))
- ((and vals
+ ((and (listp vals)
(widget-apply widget :match (car vals)))
(cons (list (car vals)) (cdr vals)))
(t nil)))