annotate lisp/x11/custom-load.el @ 207:e45d5e7c476e
r20-4b2
Import from CVS: tag r20-4b2
author |
cvs |
date |
Mon, 13 Aug 2007 10:03:52 +0200 |
parents |
850242ba4a81 |
children |
|
rev |
line source |
195
|
1 ;;; custom-load.el --- automatically extracted custom dependencies
|
|
2
|
|
3
|
|
4 ;;; Code:
|
|
5
|
207
|
6 (custom-add-loads 'menu '("x-menubar"))
|
|
7 (custom-add-loads 'environment '("x-toolbar"))
|
|
8 (custom-add-loads 'buffers-menu '("x-menubar"))
|
|
9 (custom-add-loads 'toolbar '("x-toolbar"))
|
|
10 (custom-add-loads 'info '("x-toolbar"))
|
|
11 (custom-add-loads 'x '("x-faces" "x-font-menu"))
|
195
|
12
|
|
13 ;;; custom-load.el ends here
|