mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 14:32:12 -07:00
Delete vestigial autoloads.
This commit is contained in:
parent
b4f334f797
commit
1a269256b2
1 changed files with 0 additions and 11 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue