annotate lisp/w3/auto-autoloads.el @ 172:a38aed19690b

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