summaryrefslogtreecommitdiff
path: root/lisp/widget.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/widget.el')
-rw-r--r--lisp/widget.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/widget.el b/lisp/widget.el
index b9d03e18e6a..24198a9d6f6 100644
--- a/lisp/widget.el
+++ b/lisp/widget.el
@@ -88,6 +88,9 @@ The third argument DOC is a documentation string for the widget."
(put name 'widget-documentation doc)
name)
+;; This is used by external widget code (in W3, at least).
+(defalias 'widget-plist-member 'plist-member)
+
;;; The End.
(provide 'widget)