Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-auto.el @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 9ee227acff29 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
51 (autoload 'widget-create "widget-edit") | 51 (autoload 'widget-create "widget-edit") |
52 (autoload 'widget-get "widget-edit") | 52 (autoload 'widget-get "widget-edit") |
53 (autoload 'widget-put "widget-edit") | 53 (autoload 'widget-put "widget-edit") |
54 (autoload 'widget-forward "widget-edit") | 54 (autoload 'widget-forward "widget-edit") |
55 (autoload 'widget-backward "widget-edit") | 55 (autoload 'widget-backward "widget-edit") |
56 | |
57 ;; Preferences | |
58 (autoload 'w3-preferences-edit "w3-prefs") | |
59 | |
56 (defvar widget-field-new nil) | 60 (defvar widget-field-new nil) |
57 | 61 |
58 (provide 'w3-auto) | 62 (provide 'w3-auto) |
59 | 63 |