annotate lisp/modes/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 2d532a89d707
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
1 (custom-put 'xrdb 'custom-loads '("xrdb-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
2 (custom-put 'winmgr 'custom-loads '("winmgr-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
3 (custom-put 'whitespace 'custom-loads '("whitespace-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
4 (custom-put 'vrml 'custom-loads '("vrml-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
5 (custom-put 'verilog 'custom-loads '("verilog-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
6 (custom-put 'texinfo 'custom-loads '("texinfo"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
7 (custom-put 'tcl 'custom-loads '("tcl"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
8 (custom-put 'strokes 'custom-loads '("strokes"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
9 (custom-put 'sh-script 'custom-loads '("sh-script"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
10 (custom-put 'sh 'custom-loads '("sh-script"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
11 (custom-put 'resize-minibuffer 'custom-loads '("rsz-minibuf"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
12 (custom-put 'rexx 'custom-loads '("rexx-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
13 (custom-put 'reftex-label-support 'custom-loads '("reftex"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
14 (custom-put 'reftex 'custom-loads '("reftex"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
15 (custom-put 'prolog 'custom-loads '("prolog"))
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
16 (custom-put 'pascal 'custom-loads '("pascal"))
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
17 (custom-put 'outl-mouse 'custom-loads '("outl-mouse"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
18 (custom-put 'makefile-mode 'custom-loads '("make-mode"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
19 (custom-put 'mail-abbrevs 'custom-loads '("mail-abbrevs"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
20 (custom-put 'icon 'custom-loads '("icon"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
21 (custom-put 'fortran-comment 'custom-loads '("fortran"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
22 (custom-put 'fortran-indent 'custom-loads '("fortran"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
23 (custom-put 'fortran 'custom-loads '("f90" "fortran"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
24 (custom-put 'f90-indent 'custom-loads '("f90"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
25 (custom-put 'f90 'custom-loads '("f90"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
26 (custom-put 'executable 'custom-loads '("executable"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
27 (custom-put 'enriched 'custom-loads '("enriched"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
28 (custom-put 'c-macro 'custom-loads '("cmacexp"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
29 (custom-put 'lisp-indent 'custom-loads '("cl-indent"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
30 (custom-put 'auto-show 'custom-loads '("auto-show"))
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 169
diff changeset
31 (custom-put 'asm 'custom-loads '("asm-mode"))