changeset 20005:148cbe18165c

Delete vestigial autoloads.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Sep 1997 07:17:32 +0000
parents de15e679191e
children d24580b94fb3
files lisp/widget.el
diffstat 1 files changed, 0 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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.