annotate lisp/auctex/custom-load.el @ 169:15872534500d r20-3b11

Import from CVS: tag r20-3b11
author cvs
date Mon, 13 Aug 2007 09:46:53 +0200
parents 85ec50267440
children 929b76928fce
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
169
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
1 (custom-put 'AUC-TeX 'custom-loads '("tex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
2 (custom-put 'TeX-file 'custom-loads '("tex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
3 (custom-put 'TeX-command 'custom-loads '("tex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
4 (custom-put 'LaTeX 'custom-loads '("tex""latex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
5 (custom-put 'TeX-output 'custom-loads '("tex""tex-buf" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
6 (custom-put 'TeX-command-name 'custom-loads '("tex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
7 (custom-put 'LaTeX-environment 'custom-loads '("latex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
8 (custom-put 'LaTeX-label 'custom-loads '("latex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
9 (custom-put 'LaTeX-indentation 'custom-loads '("latex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
10 (custom-put 'LaTeX-math 'custom-loads '("latex" ))
15872534500d Import from CVS: tag r20-3b11
cvs
parents: 167
diff changeset
11 (custom-put 'LaTeX-macro 'custom-loads '("latex" ))