annotate lisp/custom/custom-load.el @ 192:9d35321dd38c

Added tag r20-3b22 for changeset ecf6ba7b0a10
author cvs
date Mon, 13 Aug 2007 09:57:40 +0200
parents ecf6ba7b0a10
children a2f645c6b9f8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
1 (custom-put 'extensions 'custom-loads '("wid-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
2 (custom-put 'custom-buffer 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
3 (custom-put 'custom-faces 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4 (custom-put 'widgets 'custom-loads '("wid-browse" "wid-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
5 (custom-put 'environment 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
6 (custom-put 'custom-menu 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
7 (custom-put 'internal 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
8 (custom-put 'hypermedia 'custom-loads '("wid-edit"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
9 (custom-put 'applications 'custom-loads '("cus-edit"))
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
10 (custom-put 'help 'custom-loads '("cus-edit"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
11 (custom-put 'widget-browse 'custom-loads '("wid-browse"))
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
12 (custom-put 'widget-documentation 'custom-loads '("wid-edit"))
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
13 (custom-put 'customize 'custom-loads '("cus-edit" "wid-edit" "cus-face"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
14 (custom-put 'custom-browse 'custom-loads '("cus-edit"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
15 (custom-put 'abbrev 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
16 (custom-put 'programming 'custom-loads '("cus-edit"))
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
17 (custom-put 'widget-button 'custom-loads '("wid-edit"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
18 (custom-put 'files 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
19 (custom-put 'external 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
20 (custom-put 'development 'custom-loads '("cus-edit"))
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
21 (custom-put 'widget-faces 'custom-loads '("wid-edit"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
22 (custom-put 'languages 'custom-loads '("cus-edit"))
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
23 (custom-put 'custom-magic-faces 'custom-loads '("cus-edit"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
24 (custom-put 'faces 'custom-loads '("cus-edit" "wid-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
25 (custom-put 'emacs 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
26 (custom-put 'processes 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
27 (custom-put 'wp 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
28 (custom-put 'editing 'custom-loads '("cus-edit"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
29 (custom-put 'i18n 'custom-loads '("cus-edit"))