diff lisp/w3/w3-auto.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents 0d2f883870bc
children fe104dbd9147
line wrap: on
line diff
--- a/lisp/w3/w3-auto.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/w3/w3-auto.el	Mon Aug 13 09:18:39 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")