diff lisp/w3/w3-auto.el @ 30:ec9a17fef872 r19-15b98

Import from CVS: tag r19-15b98
author cvs
date Mon, 13 Aug 2007 08:52:29 +0200
parents 859a2309aef8
children e04119814345
line wrap: on
line diff
--- a/lisp/w3/w3-auto.el	Mon Aug 13 08:51:58 2007 +0200
+++ b/lisp/w3/w3-auto.el	Mon Aug 13 08:52:29 2007 +0200
@@ -37,13 +37,13 @@
 (autoload 'w3-next-widget "w3-forms")
 
 ;; Widget stuff
-(autoload 'widget-setup "widget-edit")
-(autoload 'widget-create "widget-edit")
-(autoload 'widget-get "widget-edit")
-(autoload 'widget-put "widget-edit")
-(autoload 'widget-forward "widget-edit")
-(autoload 'widget-backward "widget-edit")
-(autoload 'widget-at "widget-edit")
+(autoload 'widget-setup "wid-edit")
+(autoload 'widget-create "wid-edit")
+(autoload 'widget-get "wid-edit")
+(autoload 'widget-put "wid-edit")
+(autoload 'widget-forward "wid-edit")
+(autoload 'widget-backward "wid-edit")
+(autoload 'widget-at "wid-edit")
 
 ;; Preferences
 (autoload 'w3-preferences-edit "w3-prefs")