annotate lisp/comint/custom-load.el @ 177:6075d714658b r20-3b15

Import from CVS: tag r20-3b15
author cvs
date Mon, 13 Aug 2007 09:51:16 +0200
parents 2d532a89d707
children bfd6434d15b3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
1 (custom-put 'background 'custom-loads '("background"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
2 (custom-put 'comint 'custom-loads '("comint-xemacs" "comint" "telnet"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
3 (custom-put 'comint-completion 'custom-loads '("comint"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
4 (custom-put 'comint-source 'custom-loads '("comint"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
5 (custom-put 'rlogin 'custom-loads '("rlogin"))
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 173
diff changeset
6 (custom-put 'shell 'custom-loads '("shell"))
177
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
7 (custom-put 'shell-directories 'custom-loads '("shell"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
8 (custom-put 'shell-faces 'custom-loads '("shell"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
9 (custom-put 'ssh 'custom-loads '("ssh"))
6075d714658b Import from CVS: tag r20-3b15
cvs
parents: 175
diff changeset
10 (custom-put 'telnet 'custom-loads '("telnet"))