Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
1 ;;; custom-load.el --- automatically extracted custom dependencies | |
2 | |
3 | |
4 ;;; Code: | |
5 | |
6 (custom-add-loads 'extensions '("wid-edit")) | |
7 (custom-add-loads 'custom-buffer '("cus-edit")) | |
8 (custom-add-loads 'custom-faces '("cus-edit")) | |
9 (custom-add-loads 'widgets '("wid-browse" "wid-edit")) | |
10 (custom-add-loads 'menu '("x-menubar")) | |
11 (custom-add-loads 'environment '("cus-edit" "x-toolbar")) | |
12 (custom-add-loads 'custom-menu '("cus-edit")) | |
13 (custom-add-loads 'internal '("cus-edit")) | |
14 (custom-add-loads 'buffers-menu '("x-menubar")) | |
15 (custom-add-loads 'hypermedia '("wid-edit")) | |
16 (custom-add-loads 'applications '("cus-edit")) | |
17 (custom-add-loads 'help '("cus-edit")) | |
18 (custom-add-loads 'widget-browse '("wid-browse")) | |
19 (custom-add-loads 'widget-documentation '("wid-edit")) | |
20 (custom-add-loads 'customize '("cus-edit" "wid-edit")) | |
21 (custom-add-loads 'custom-browse '("cus-edit")) | |
22 (custom-add-loads 'abbrev '("cus-edit")) | |
23 (custom-add-loads 'programming '("cus-edit")) | |
24 (custom-add-loads 'toolbar '("x-toolbar")) | |
25 (custom-add-loads 'widget-button '("wid-edit")) | |
26 (custom-add-loads 'files '("cus-edit")) | |
27 (custom-add-loads 'external '("cus-edit")) | |
28 (custom-add-loads 'development '("cus-edit")) | |
29 (custom-add-loads 'widget-faces '("wid-edit")) | |
30 (custom-add-loads 'languages '("cus-edit")) | |
31 (custom-add-loads 'custom-magic-faces '("cus-edit")) | |
32 (custom-add-loads 'faces '("cus-edit" "wid-edit")) | |
33 (custom-add-loads 'emacs '("cus-edit")) | |
34 (custom-add-loads 'processes '("cus-edit")) | |
35 (custom-add-loads 'wp '("cus-edit")) | |
36 (custom-add-loads 'editing '("cus-edit")) | |
37 (custom-add-loads 'i18n '("cus-edit")) | |
38 (custom-add-loads 'info '("x-toolbar")) | |
39 (custom-add-loads 'x '("x-faces" "x-font-menu")) | |
40 | |
41 ;;; custom-load.el ends here |