(widget-plist-member): New alias.
This commit is contained in:
parent
d55ead189f
commit
89492072de
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-07-11 Dave Love <fx@gnu.org>
|
||||
|
||||
* widget.el (widget-plist-member): New alias.
|
||||
|
||||
2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* eshell/esh-module.el (toplevel): Reference
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue