;ELC   
;;; Compiled by buildd@akateko.buildd on Fri Oct 25 13:48:15 2013
;;; from file /build/buildd/emacs23-23.4+1/debian/build-x/lisp/widget.el
;;; in Emacs version 23.4
;;; with all optimizations.

;;; This file uses dynamic docstrings, first added in Emacs 19.29.

;;; This file does not contain utf-8 non-ASCII characters,
;;; and so can be loaded in Emacs versions earlier than 23.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(defalias 'define-widget-keywords '(macro . #[(&rest keys) "\300\207" [nil] 1]))
(put 'define-widget 'doc-string-elt 3)
#@403 Define a new widget type named NAME from CLASS.

NAME and CLASS should both be symbols, CLASS should be one of the
existing widget types, or nil to create the widget from scratch.

After the new widget has been defined, the following two calls will
create identical widgets:

* (widget-create NAME)

* (apply 'widget-create CLASS ARGS)

The third argument DOC is a documentation string for the widget.
(defalias 'define-widget #[(name class doc &rest args) "\304\305	\nB#\210\304\306\307!#\210\207" [name class args doc put widget-type widget-documentation purecopy] 5 (#$ . 655)])
(byte-code "\300\301\302\"\210\303\304!\207" [defalias widget-plist-member plist-member provide widget] 3)
