+2001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * wid-edit.el (widget-choose): Call display-popup-menus-p instead
+ of display-mouse-p.
+
2001-01-09 Kenichi Handa <handa@etl.go.jp>
* international/mule.el (make-coding-system): If the coding system
`widget-menu-max-size', a popup menu will be used, otherwise the
minibuffer."
(cond ((and (< (length items) widget-menu-max-size)
- event (display-mouse-p))
+ event (display-popup-menus-p))
;; Mouse click.
(x-popup-menu event
(list title (cons "" items))))