annotate lisp/prim/custom-load.el @ 189:489f57a838ef r20-3b21

Import from CVS: tag r20-3b21
author cvs
date Mon, 13 Aug 2007 09:57:07 +0200
parents b405438285a2
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 'mouse 'custom-loads '("mouse"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 181
diff changeset
2 (custom-put 'minibuffer 'custom-loads '("minibuf"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
3 (custom-put 'environment 'custom-loads '("frame" "minibuf" "modeline" "sound"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
4 (custom-put 'sound 'custom-loads '("sound"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
5 (custom-put 'auto-save 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
6 (custom-put 'editing-basics 'custom-loads '("cmdloop" "simple" "files" "lisp"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
7 (custom-put 'help-appearance 'custom-loads '("help"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
8 (custom-put 'lisp 'custom-loads '("lisp"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
9 (custom-put 'help 'custom-loads '("help"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
10 (custom-put 'keyboard 'custom-loads '("cmdloop"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
11 (custom-put 'backup 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
12 (custom-put 'frames 'custom-loads '("frame" "window-xemacs" "gui"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
13 (custom-put 'abbrev 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
14 (custom-put 'dired 'custom-loads '("files"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 181
diff changeset
15 (custom-put 'killing 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
16 (custom-put 'paren-blinking 'custom-loads '("simple"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
17 (custom-put 'find-file 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
18 (custom-put 'files 'custom-loads '("files"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 181
diff changeset
19 (custom-put 'fill-comments 'custom-loads '("simple"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
20 (custom-put 'windows 'custom-loads '("window" "window-xemacs"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
21 (custom-put 'fill 'custom-loads '("simple"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
22 (custom-put 'vc 'custom-loads '("files"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
23 (custom-put 'isearch 'custom-loads '("isearch-mode"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
24 (custom-put 'modeline 'custom-loads '("modeline"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
25 (custom-put 'editing 'custom-loads '("simple"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
26 (custom-put 'matching 'custom-loads '("simple" "isearch-mode"))