annotate lisp/w3/auto-autoloads.el @ 191:ecf6ba7b0a10 r20-3b22

Import from CVS: tag r20-3b22
author cvs
date Mon, 13 Aug 2007 09:57:38 +0200
parents e121b013d1f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
1 ;;; DO NOT MODIFY THIS FILE
183
e121b013d1f0 Import from CVS: tag r20-3b18
cvs
parents: 163
diff changeset
2 (if (featurep 'w3-autoloads) (error "Already loaded"))
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
3
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
4 ;;;### (autoloads (x-font-build-cache font-default-size-for-device font-default-encoding-for-device font-default-registry-for-device font-default-family-for-device font-default-object-for-device font-default-font-for-device font-create-object) "font" "w3/font.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
5
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
6 (autoload 'font-create-object "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
7
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
8 (autoload 'font-default-font-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
9
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
10 (autoload 'font-default-object-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
11
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
12 (autoload 'font-default-family-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
13
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
14 (autoload 'font-default-registry-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
15
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
16 (autoload 'font-default-encoding-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
17
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
18 (autoload 'font-default-size-for-device "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
19
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
20 (autoload 'x-font-build-cache "font" nil nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
21
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
22 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
23
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
24 ;;;### (autoloads (url-cache-expired url-cache-extract url-is-cached url-store-in-cache) "url-cache" "w3/url-cache.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
25
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
26 (autoload 'url-store-in-cache "url-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
27 Store buffer BUFF in the cache" nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
28
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
29 (autoload 'url-is-cached "url-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
30 Return non-nil if the URL is cached." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
31
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
32 (autoload 'url-cache-extract "url-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
33 Extract FNAM from the local disk cache" nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
34
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
35 (autoload 'url-cache-expired "url-cache" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
36 Return t iff a cached file has expired." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
37
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
38 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
39
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
40 ;;;### (autoloads (url-gateway-nslookup-host) "url-gw" "w3/url-gw.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
41
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
42 (autoload 'url-gateway-nslookup-host "url-gw" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
43 Attempt to resolve the given HOSTNAME using nslookup if possible." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
44
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
45 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
46
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
47 ;;;### (autoloads (url-retrieve url-popup-info url-get-url-at-point url-buffer-visiting url-normalize-url url-file-attributes) "url" "w3/url.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
48
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
49 (autoload 'url-file-attributes "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
50 Return a list of attributes of URL.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
51 Value is nil if specified file cannot be opened.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
52 Otherwise, list elements are:
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
53 0. t for directory, string (name linked to) for symbolic link, or nil.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
54 1. Number of links to file.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
55 2. File uid.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
56 3. File gid.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
57 4. Last access time, as a list of two integers.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
58 First integer has high-order 16 bits of time, second has low 16 bits.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
59 5. Last modification time, likewise.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
60 6. Last status change time, likewise.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
61 7. Size in bytes. (-1, if number is out of range).
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
62 8. File modes, as a string of ten letters or dashes as in ls -l.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
63 If URL is on an http server, this will return the content-type if possible.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
64 9. t iff file's gid would change if file were deleted and recreated.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
65 10. inode number.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
66 11. Device number.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
67
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
68 If file does not exist, returns nil." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
69
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
70 (autoload 'url-normalize-url "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
71 Return a 'normalized' version of URL. This strips out default port
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
72 numbers, etc." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
73
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
74 (autoload 'url-buffer-visiting "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
75 Return the name of a buffer (if any) that is visiting URL." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
76
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
77 (autoload 'url-get-url-at-point "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
78 Get the URL closest to point, but don't change your
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
79 position. Has a preference for looking backward when not
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
80 directly on a symbol." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
81
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
82 (autoload 'url-popup-info "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
83 Retrieve the HTTP/1.0 headers and display them in a temp buffer." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
84
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
85 (autoload 'url-retrieve "url" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
86 Retrieve a document over the World Wide Web.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
87 The document should be specified by its fully specified
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
88 Uniform Resource Locator. No parsing is done, just return the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
89 document as the server sent it. The document is left in the
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
90 buffer specified by url-working-buffer. url-working-buffer is killed
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
91 immediately before starting the transfer, so that no buffer-local
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
92 variables interfere with the retrieval. HTTP/1.0 redirection will
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
93 be honored before this function exits." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
94
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
95 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
96
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
97 ;;;### (autoloads (w3-hotlist-add-document w3-use-hotlist w3-hotlist-append w3-hotlist-rename-entry w3-hotlist-delete) "w3-hot" "w3/w3-hot.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
98
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
99 (autoload 'w3-hotlist-delete "w3-hot" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
100 Deletes a document from your hotlist file" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
101
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
102 (autoload 'w3-hotlist-rename-entry "w3-hot" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
103 Rename a hotlist item" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
104
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
105 (autoload 'w3-hotlist-append "w3-hot" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
106 Append a hotlist to the one in memory" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
107
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
108 (autoload 'w3-use-hotlist "w3-hot" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
109 Possibly go to a link in your W3/Mosaic hotlist.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
110 This is part of the emacs World Wide Web browser. It will prompt for
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
111 one of the items in your 'hotlist'. A hotlist is a list of often
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
112 visited or interesting items you have found on the World Wide Web." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
113
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
114 (autoload 'w3-hotlist-add-document "w3-hot" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
115 Add this documents url to the hotlist" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
116
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
117 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
118
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
119 ;;;### (autoloads (w3-follow-link w3-follow-link-other-frame w3-do-setup w3 w3-preview-this-buffer w3-follow-url-at-point w3-follow-url-at-point-other-frame w3-maybe-follow-link w3-maybe-follow-link-mouse w3-fetch w3-fetch-other-frame w3-find-file w3-open-local) "w3" "w3/w3.el")
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
120
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
121 (autoload 'w3-open-local "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
122 Find a local file, and interpret it as a hypertext document.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
123 It will prompt for an existing file or directory, and retrieve it as a
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
124 hypertext document." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
125
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
126 (autoload 'w3-find-file "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
127 Find a local file, and interpret it as a hypertext document.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
128 It will prompt for an existing file or directory, and retrieve it as a
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
129 hypertext document." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
130
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
131 (autoload 'w3-fetch-other-frame "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
132 Attempt to follow the hypertext reference under point in a new frame.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
133 With prefix-arg P, ignore viewers and dump the link straight
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
134 to disk." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
135
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
136 (autoload 'w3-fetch "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
137 Retrieve a document over the World Wide Web.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
138 Defaults to URL of the current document, if any.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
139 With prefix argument, use the URL of the hyperlink under point instead." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
140
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
141 (autoload 'w3-maybe-follow-link-mouse "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
142 Maybe follow a hypertext link under point.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
143 If there is no link under point, this will try using
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
144 url-get-url-at-point" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
145
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
146 (autoload 'w3-maybe-follow-link "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
147 Maybe follow a hypertext link under point.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
148 If there is no link under point, this will try using
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
149 url-get-url-at-point" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
150
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
151 (autoload 'w3-follow-url-at-point-other-frame "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
152 Follow the URL under PT, defaults to link under (point)" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
153
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
154 (autoload 'w3-follow-url-at-point "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
155 Follow the URL under PT, defaults to link under (point)" t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
156
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
157 (autoload 'w3-preview-this-buffer "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
158 See what this buffer will look like when its formatted as HTML.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
159 HTML is the HyperText Markup Language used by the World Wide Web to
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
160 specify formatting for text. More information on HTML can be found at
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
161 ftp.w3.org:/pub/www/doc." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
162
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
163 (autoload 'w3 "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
164 Retrieve the default World Wide Web home page.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
165 The World Wide Web is a global hypertext system started by CERN in
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
166 Switzerland in 1991.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
167
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
168 The home page is specified by the variable w3-default-homepage. The
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
169 document should be specified by its fully specified Uniform Resource
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
170 Locator. The document will be parsed as HTML (if appropriate) and
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
171 displayed in a new buffer." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
172
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
173 (autoload 'w3-do-setup "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
174 Do setup - this is to avoid conflict with user settings when W3 is
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
175 dumped with emacs." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
176
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
177 (autoload 'w3-follow-link-other-frame "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
178 Attempt to follow the hypertext reference under point in a new frame.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
179 With prefix-arg P, ignore viewers and dump the link straight
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
180 to disk." nil nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
181
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
182 (autoload 'w3-follow-link "w3" "\
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
183 Attempt to follow the hypertext reference under point.
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
184 With prefix-arg P, ignore viewers and dump the link straight
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
185 to disk." t nil)
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
186
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
187 ;;;***
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
188
0132846995bd Import from CVS: tag r20-3b8
cvs
parents:
diff changeset
189 (provide 'w3-autoloads)