annotate lisp/prim/custom-load.el @ 201:eb5470882647 r20-3b27

Import from CVS: tag r20-3b27
author cvs
date Mon, 13 Aug 2007 10:01:22 +0200
parents 169c0442b401
children 850242ba4a81
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
1 ;;; custom-load.el --- automatically extracted custom dependencies
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
2
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
3 ;; Created by SL Baur on Sat Oct 4 18:11:48 1997
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
4
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
5 ;;; Code:
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
6
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
7 (custom-put 'mouse 'custom-loads '("mouse"))
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
8 (custom-put 'minibuffer 'custom-loads '("minibuf" "simple"))
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
9 (custom-put 'log-message 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
10 (custom-put 'environment 'custom-loads '("frame" "minibuf" "modeline" "sound"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
11 (custom-put 'sound 'custom-loads '("sound"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
12 (custom-put 'auto-save 'custom-loads '("files"))
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
13 (custom-put 'mail 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
14 (custom-put 'editing-basics 'custom-loads '("cmdloop" "simple" "files" "lisp"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
15 (custom-put 'help-appearance 'custom-loads '("help"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
16 (custom-put 'lisp 'custom-loads '("lisp"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
17 (custom-put 'help 'custom-loads '("help"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
18 (custom-put 'keyboard 'custom-loads '("cmdloop"))
201
eb5470882647 Import from CVS: tag r20-3b27
cvs
parents: 199
diff changeset
19 (custom-put 'warnings 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
20 (custom-put 'backup 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
21 (custom-put 'frames 'custom-loads '("frame" "window-xemacs" "gui"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
22 (custom-put 'abbrev 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
23 (custom-put 'dired 'custom-loads '("files"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 181
diff changeset
24 (custom-put 'killing 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
25 (custom-put 'paren-blinking 'custom-loads '("simple"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
26 (custom-put 'find-file 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
27 (custom-put 'files 'custom-loads '("files"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 181
diff changeset
28 (custom-put 'fill-comments 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
29 (custom-put 'windows 'custom-loads '("window" "window-xemacs"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
30 (custom-put 'fill 'custom-loads '("simple"))
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
31 (custom-put 'faces 'custom-loads '("faces"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
32 (custom-put 'vc 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
33 (custom-put 'isearch 'custom-loads '("isearch-mode"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
34 (custom-put 'modeline 'custom-loads '("modeline"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
35 (custom-put 'editing 'custom-loads '("simple"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
36 (custom-put 'matching 'custom-loads '("simple" "isearch-mode"))
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
37
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 189
diff changeset
38 ;;; custom-load.el ends here