annotate lisp/utils/custom-load.el @ 199:169c0442b401 r20-3b26

Import from CVS: tag r20-3b26
author cvs
date Mon, 13 Aug 2007 10:00:33 +0200
parents acd284d43ca1
children eb5470882647
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
1 ;;; custom-load.el --- automatically extracted custom dependencies
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
2
199
169c0442b401 Import from CVS: tag r20-3b26
cvs
parents: 197
diff changeset
3 ;; Created by SL Baur on Thu Oct 2 17:05:58 1997
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
4
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
5 ;;; Code:
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
6
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
7 (custom-put 'extensions 'custom-loads '("eldoc"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
8 (custom-put 'eldoc 'custom-loads '("eldoc"))
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
9 (custom-put 'mouse 'custom-loads '("id-select"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
10 (custom-put 'minibuffer 'custom-loads '("detached-minibuf" "savehist"))
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
11 (custom-put 'mail 'custom-loads '("highlight-headers" "mail-extr" "ph" "smtpmail"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
12 (custom-put 'uniquify 'custom-loads '("uniquify"))
197
acd284d43ca1 Import from CVS: tag r20-3b25
cvs
parents: 195
diff changeset
13 (custom-put 'xemacs-build-report 'custom-loads '("xemacs-build-report"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
14 (custom-put 'hypermedia 'custom-loads '("browse-url"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
15 (custom-put 'lisp 'custom-loads '("elp"))
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 177
diff changeset
16 (custom-put 'elp 'custom-loads '("elp"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
17 (custom-put 'applications 'custom-loads '("uniquify"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
18 (custom-put 'keyboard 'custom-loads '("edmacro"))
191
ecf6ba7b0a10 Import from CVS: tag r20-3b22
cvs
parents: 189
diff changeset
19 (custom-put 'highlight-headers-faces 'custom-loads '("highlight-headers"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
20 (custom-put 'crontab 'custom-loads '("crontab"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
21 (custom-put 'comm 'custom-loads '("ph"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
22 (custom-put 'id-select 'custom-loads '("id-select"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
23 (custom-put 'frames 'custom-loads '("detached-minibuf"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
24 (custom-put 'smtpmail 'custom-loads '("smtpmail"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
25 (custom-put 'detached-minibuf 'custom-loads '("detached-minibuf"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
26 (custom-put 'languages 'custom-loads '("crontab"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
27 (custom-put 'edmacro 'custom-loads '("edmacro"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
28 (custom-put 'faces 'custom-loads '("highlight-headers"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
29 (custom-put 'passwd 'custom-loads '("passwd"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
30 (custom-put 'browse-url 'custom-loads '("browse-url"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
31 (custom-put 'processes 'custom-loads '("passwd"))
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
32 (custom-put 'news 'custom-loads '("highlight-headers"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
33 (custom-put 'highlight-headers 'custom-loads '("highlight-headers"))
189
489f57a838ef Import from CVS: tag r20-3b21
cvs
parents: 187
diff changeset
34 (custom-put 'savehist 'custom-loads '("savehist"))
187
b405438285a2 Import from CVS: tag r20-3b20
cvs
parents: 185
diff changeset
35 (custom-put 'ph 'custom-loads '("ph"))
195
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
36 (custom-put 'mail-extr 'custom-loads '("mail-extr"))
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
37 (custom-put 'matching 'custom-loads '("id-select"))
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
38
a2f645c6b9f8 Import from CVS: tag r20-3b24
cvs
parents: 191
diff changeset
39 ;;; custom-load.el ends here