]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete vestigial autoloads.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Sep 1997 07:17:32 +0000 (07:17 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Sep 1997 07:17:32 +0000 (07:17 +0000)
lisp/widget.el

index fb28d8cc6f12c2d3e64a4772186e8113301d4874..aa35a00f4b08fba20ab4eda579d612306b00103c 100644 (file)
   :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.