annotate lisp/prim/custom-load.el @ 173:8eaf7971accc
r20-3b13
Import from CVS: tag r20-3b13
author |
cvs |
date |
Mon, 13 Aug 2007 09:49:09 +0200 |
parents |
15872534500d |
children |
6075d714658b |
rev |
line source |
173
|
1 (custom-put 'sound 'custom-loads '("sound"))
|
|
2 (custom-put 'paren-matching 'custom-loads '())
|
|
3 (custom-put 'fill-comments 'custom-loads '("simple"))
|
|
4 (custom-put 'killing 'custom-loads '("simple"))
|
|
5 (custom-put 'editing-basics 'custom-loads '("simple" "files" "lisp" "cmdloop"))
|
|
6 (custom-put 'modeline 'custom-loads '("modeline"))
|
169
|
7 (custom-put 'minibuffer 'custom-loads '("minibuf"))
|
173
|
8 (custom-put 'isearch 'custom-loads '("isearch-mode"))
|
|
9 (custom-put 'help-appearance 'custom-loads '("help"))
|
|
10 (custom-put 'frames 'custom-loads '("frame" "window-xemacs" "gui"))
|
|
11 (custom-put 'find-file 'custom-loads '("files"))
|
|
12 (custom-put 'backup 'custom-loads '("files"))
|