183
|
1 (custom-put 'url-news 'custom-loads '("url-news"))
|
|
2 (custom-put 'w3-scripting 'custom-loads '("w3-script"))
|
|
3 (custom-put 'w3-hooks 'custom-loads '("w3-cus"))
|
|
4 (custom-put 'w3-display 'custom-loads '("w3-cus"))
|
|
5 (custom-put 'w3-parsing 'custom-loads '("w3-cus"))
|
|
6 (custom-put 'w3-menus 'custom-loads '("w3-cus" "w3-menu"))
|
|
7 (custom-put 'w3-printing 'custom-loads '("w3-cus"))
|
|
8 (custom-put 'w3-images 'custom-loads '("w3-cus"))
|
|
9 (custom-put 'w3-files 'custom-loads '("w3-cus"))
|
171
|
10 (custom-put 'w3 'custom-loads '("w3-cus" "w3-script"))
|
183
|
11 (custom-put 'url-hairy 'custom-loads '("url-vars"))
|
|
12 (custom-put 'url-mime 'custom-loads '("url-vars"))
|
|
13 (custom-put 'url-cookie 'custom-loads '("url-cookie" "url-vars"))
|
|
14 (custom-put 'url-history 'custom-loads '("url-vars"))
|
|
15 (custom-put 'url-cache 'custom-loads '("url-cache" "url-vars"))
|
|
16 (custom-put 'url-file 'custom-loads '("url-cache" "url-vars"))
|
|
17 (custom-put 'url 'custom-loads '("url-gw" "url-irc" "url-vars" "url" "url-news"))
|
|
18 (custom-put 'url-gateway 'custom-loads '("url-gw"))
|
|
19 (custom-put 'ssl 'custom-loads '("ssl"))
|