Mercurial > hg > xemacs-beta
comparison lisp/w3/custom-load.el @ 185:3d6bfa290dbd r20-3b19
Import from CVS: tag r20-3b19
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:55:28 +0200 |
parents | e121b013d1f0 |
children | 489f57a838ef |
comparison
equal
deleted
inserted
replaced
184:bcd2674570bf | 185:3d6bfa290dbd |
---|---|
1 (custom-put 'ssl 'custom-loads '("ssl")) | |
2 (custom-put 'url-gateway 'custom-loads '("url-gw")) | |
3 (custom-put 'url 'custom-loads '("url-gw" "url-irc" "url-vars" "url" "url-news")) | |
4 (custom-put 'url-file 'custom-loads '("url-cache" "url-vars")) | |
5 (custom-put 'url-cache 'custom-loads '("url-cache" "url-vars")) | |
6 (custom-put 'url-history 'custom-loads '("url-vars")) | |
7 (custom-put 'url-cookie 'custom-loads '("url-cookie" "url-vars")) | |
8 (custom-put 'url-mime 'custom-loads '("url-vars")) | |
9 (custom-put 'url-hairy 'custom-loads '("url-vars")) | |
10 (custom-put 'w3 'custom-loads '("w3-cus" "w3-script")) | |
11 (custom-put 'w3-files 'custom-loads '("w3-cus")) | |
12 (custom-put 'w3-images 'custom-loads '("w3-cus")) | |
13 (custom-put 'w3-printing 'custom-loads '("w3-cus")) | |
14 (custom-put 'w3-menus 'custom-loads '("w3-cus" "w3-menu")) | |
15 (custom-put 'w3-parsing 'custom-loads '("w3-cus")) | |
16 (custom-put 'w3-display 'custom-loads '("w3-cus")) | |
17 (custom-put 'w3-hooks 'custom-loads '("w3-cus")) | |
18 (custom-put 'w3-scripting 'custom-loads '("w3-script")) | |
1 (custom-put 'url-news 'custom-loads '("url-news")) | 19 (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")) | |
10 (custom-put 'w3 'custom-loads '("w3-cus" "w3-script")) | |
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")) |