annotate lisp/w3/custom-load.el @ 171:929b76928fce r20-3b12

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