Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-auto.el @ 118:7d55a9ba150c r20-1b11
Import from CVS: tag r20-1b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:24:17 +0200 |
parents | 8619ce7e4c50 |
children | d2f30a177268 |
comparison
equal
deleted
inserted
replaced
117:578fd4947a72 | 118:7d55a9ba150c |
---|---|
43 (autoload 'widget-put "wid-edit") | 43 (autoload 'widget-put "wid-edit") |
44 (autoload 'widget-forward "wid-edit") | 44 (autoload 'widget-forward "wid-edit") |
45 (autoload 'widget-backward "wid-edit") | 45 (autoload 'widget-backward "wid-edit") |
46 (autoload 'widget-at "wid-edit") | 46 (autoload 'widget-at "wid-edit") |
47 | 47 |
48 ;; URL stuff | |
49 (autoload 'url-gateway-nslookup-host "url-gw") | |
50 | |
48 ;; Preferences | 51 ;; Preferences |
49 (autoload 'w3-preferences-edit "w3-prefs" nil t) | 52 (autoload 'w3-preferences-edit "w3-prefs" nil t) |
50 | 53 |
51 (defvar widget-field-new nil) | 54 (defvar widget-field-new nil) |
52 | 55 |