diff options
| author | Karl Heuer | 1997-09-30 07:17:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-09-30 07:17:32 +0000 |
| commit | 1a269256b20cff738d9207fb2fa845cbabed51bc (patch) | |
| tree | 9dcc8e4efe48ada55ec1f4e64435ddd8d05e611c | |
| parent | b4f334f7976f8f7d18bacc1cdfb4b11154db8ae8 (diff) | |
| download | emacs-1a269256b20cff738d9207fb2fa845cbabed51bc.tar.gz emacs-1a269256b20cff738d9207fb2fa845cbabed51bc.zip | |
Delete vestigial autoloads.
| -rw-r--r-- | lisp/widget.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lisp/widget.el b/lisp/widget.el index fb28d8cc6f1..aa35a00f4b0 100644 --- a/lisp/widget.el +++ b/lisp/widget.el | |||
| @@ -66,17 +66,6 @@ | |||
| 66 | :button-face-get :button-face :value-face :keymap :entry-from | 66 | :button-face-get :button-face :value-face :keymap :entry-from |
| 67 | :entry-to :help-echo :documentation-property :tab-order) | 67 | :entry-to :help-echo :documentation-property :tab-order) |
| 68 | 68 | ||
| 69 | ;; These autoloads should be deleted when the file is added to Emacs. | ||
| 70 | (unless (fboundp 'load-gc) | ||
| 71 | (autoload 'widget-apply "wid-edit") | ||
| 72 | (autoload 'widget-create "wid-edit") | ||
| 73 | (autoload 'widget-insert "wid-edit") | ||
| 74 | (autoload 'widget-prompt-value "wid-edit") | ||
| 75 | (autoload 'widget-browse "wid-browse" nil t) | ||
| 76 | (autoload 'widget-browse-other-window "wid-browse" nil t) | ||
| 77 | (autoload 'widget-browse-at "wid-browse" nil t) | ||
| 78 | (autoload 'widget-minor-mode "wid-browse" nil t)) | ||
| 79 | |||
| 80 | (defun define-widget (name class doc &rest args) | 69 | (defun define-widget (name class doc &rest args) |
| 81 | "Define a new widget type named NAME from CLASS. | 70 | "Define a new widget type named NAME from CLASS. |
| 82 | 71 | ||