# HG changeset patch # User Karl Heuer # Date 875603852 0 # Node ID 148cbe18165ca3776583c9e2e69781872e3f5cd7 # Parent de15e679191eafb46afb18f13da3558a27c41a21 Delete vestigial autoloads. diff -r de15e679191e -r 148cbe18165c lisp/widget.el --- a/lisp/widget.el Tue Sep 30 07:15:28 1997 +0000 +++ b/lisp/widget.el Tue Sep 30 07:17:32 1997 +0000 @@ -66,17 +66,6 @@ :button-face-get :button-face :value-face :keymap :entry-from :entry-to :help-echo :documentation-property :tab-order) -;; These autoloads should be deleted when the file is added to Emacs. -(unless (fboundp 'load-gc) - (autoload 'widget-apply "wid-edit") - (autoload 'widget-create "wid-edit") - (autoload 'widget-insert "wid-edit") - (autoload 'widget-prompt-value "wid-edit") - (autoload 'widget-browse "wid-browse" nil t) - (autoload 'widget-browse-other-window "wid-browse" nil t) - (autoload 'widget-browse-at "wid-browse" nil t) - (autoload 'widget-minor-mode "wid-browse" nil t)) - (defun define-widget (name class doc &rest args) "Define a new widget type named NAME from CLASS.