annotate lisp/w3/custom-load.el @ 181:bfd6434d15b3 r20-3b17

Import from CVS: tag r20-3b17
author cvs
date Mon, 13 Aug 2007 09:53:19 +0200
parents 6075d714658b
children e121b013d1f0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
1 (custom-put 'ssl 'custom-loads '("ssl"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
2 (custom-put 'url-gateway 'custom-loads '("url-gw"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
3 (custom-put 'url 'custom-loads '("url-gw" "url-irc" "url-vars" "url" "url-news"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
4 (custom-put 'url-file 'custom-loads '("url-cache" "url-vars"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
5 (custom-put 'url-cache 'custom-loads '("url-cache" "url-vars"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
6 (custom-put 'url-history 'custom-loads '("url-vars"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
7 (custom-put 'url-cookie 'custom-loads '("url-cookie" "url-vars"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
8 (custom-put 'url-mime 'custom-loads '("url-vars"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
9 (custom-put 'url-hairy 'custom-loads '("url-vars"))
171
929b76928fce Import from CVS: tag r20-3b12
cvs
parents: 169
diff changeset
10 (custom-put 'w3 'custom-loads '("w3-cus" "w3-script"))
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
11 (custom-put 'w3-files 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
12 (custom-put 'w3-images 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
13 (custom-put 'w3-printing 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
14 (custom-put 'w3-menus 'custom-loads '("w3-cus" "w3-menu"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
15 (custom-put 'w3-parsing 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
16 (custom-put 'w3-display 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
17 (custom-put 'w3-hooks 'custom-loads '("w3-cus"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
18 (custom-put 'w3-scripting 'custom-loads '("w3-script"))
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
19 (custom-put 'url-news 'custom-loads '("url-news"))