Mercurial > hg > xemacs-beta
comparison lisp/w3/w3-auto.el @ 114:8619ce7e4c50 r20-1b9
Import from CVS: tag r20-1b9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:21:54 +0200 |
parents | fe104dbd9147 |
children | 7d55a9ba150c |
comparison
equal
deleted
inserted
replaced
113:2ec2fe4a4c89 | 114:8619ce7e4c50 |
---|---|
2 | 2 |
3 ;; About pages | 3 ;; About pages |
4 (autoload 'w3-about "w3-about") | 4 (autoload 'w3-about "w3-about") |
5 | 5 |
6 ;; Hotlist handling | 6 ;; Hotlist handling |
7 (autoload 'w3-read-html-bookmarks "w3-hot") | 7 (autoload 'w3-read-html-bookmarks "w3-hot" nil t) |
8 (autoload 'w3-hotlist-apropos "w3-hot") | 8 (autoload 'w3-hotlist-apropos "w3-hot" nil t) |
9 (autoload 'w3-hotlist-refresh "w3-hot") | 9 (autoload 'w3-hotlist-refresh "w3-hot" nil t) |
10 (autoload 'w3-hotlist-delete "w3-hot") | 10 (autoload 'w3-hotlist-delete "w3-hot" nil t) |
11 (autoload 'w3-hotlist-rename-entry "w3-hot") | 11 (autoload 'w3-hotlist-rename-entry "w3-hot" nil t) |
12 (autoload 'w3-hotlist-append "w3-hot") | 12 (autoload 'w3-hotlist-append "w3-hot" nil t) |
13 (autoload 'w3-parse-hotlist "w3-hot") | 13 (autoload 'w3-parse-hotlist "w3-hot") |
14 (autoload 'w3-use-hotlist "w3-hot" nil t) | 14 (autoload 'w3-use-hotlist "w3-hot" nil t) |
15 (autoload 'w3-hotlist-add-document-at-point "w3-hot") | 15 (autoload 'w3-hotlist-add-document-at-point "w3-hot" nil t) |
16 (autoload 'w3-hotlist-add-document "w3-hot") | 16 (autoload 'w3-hotlist-add-document "w3-hot" nil t) |
17 | 17 |
18 ;; Printing | 18 ;; Printing |
19 (autoload 'w3-print-this-url "w3-print") | 19 (autoload 'w3-print-this-url "w3-print" nil t) |
20 (autoload 'w3-print-url-under-point "w3-print") | 20 (autoload 'w3-print-url-under-point "w3-print" nil t) |
21 (autoload 'w3-parse-tree-to-latex "w3-latex") | 21 (autoload 'w3-parse-tree-to-latex "w3-latex") |
22 (autoload 'w3-show-dvi "w3-latex") | 22 (autoload 'w3-show-dvi "w3-latex" nil t) |
23 | 23 |
24 ;; Stylesheet stuff | 24 ;; Stylesheet stuff |
25 (autoload 'w3-handle-style "w3-style") | 25 (autoload 'w3-handle-style "w3-style") |
26 (autoload 'w3-display-stylesheet "w3-style" "" t) | 26 (autoload 'w3-display-stylesheet "w3-style" nil t) |
27 | 27 |
28 ;; Setup stuff | 28 ;; Setup stuff |
29 (autoload 'url-do-setup "url") | 29 (autoload 'url-do-setup "url") |
30 (autoload 'w3-do-setup "w3") | 30 (autoload 'w3-do-setup "w3") |
31 | 31 |
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 ;; Preferences | 48 ;; Preferences |
49 (autoload 'w3-preferences-edit "w3-prefs" "" t) | 49 (autoload 'w3-preferences-edit "w3-prefs" nil t) |
50 | 50 |
51 (defvar widget-field-new nil) | 51 (defvar widget-field-new nil) |
52 | 52 |
53 (provide 'w3-auto) | 53 (provide 'w3-auto) |
54 | 54 |