comparison lisp/widget.el @ 30147:490de0786afa

(widget-plist-member): New alias.
author Dave Love <fx@gnu.org>
date Tue, 11 Jul 2000 14:33:35 +0000
parents c7ee317291f8
children b174db545cfd
comparison
equal deleted inserted replaced
30146:746a90123971 30147:490de0786afa
86 The third argument DOC is a documentation string for the widget." 86 The third argument DOC is a documentation string for the widget."
87 (put name 'widget-type (cons class args)) 87 (put name 'widget-type (cons class args))
88 (put name 'widget-documentation doc) 88 (put name 'widget-documentation doc)
89 name) 89 name)
90 90
91 ;; This is used by external widget code (in W3, at least).
92 (defalias 'widget-plist-member 'plist-member)
93
91 ;;; The End. 94 ;;; The End.
92 95
93 (provide 'widget) 96 (provide 'widget)
94 97
95 ;; widget.el ends here 98 ;; widget.el ends here