Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
1 ;;; custom-load.el --- automatically extracted custom dependencies | 1 ;;; custom-load.el --- automatically extracted custom dependencies |
2 | 2 |
3 ;; Created by SL Baur on Thu Oct 9 20:52:30 1997 | |
4 | 3 |
5 ;;; Code: | 4 ;;; Code: |
6 | 5 |
7 (custom-put 'menu 'custom-loads '("x-menubar")) | 6 (custom-add-loads 'menu '("x-menubar")) |
8 (custom-put 'environment 'custom-loads '("x-toolbar")) | 7 (custom-add-loads 'environment '("x-toolbar")) |
9 (custom-put 'buffers-menu 'custom-loads '("x-menubar")) | 8 (custom-add-loads 'buffers-menu '("x-menubar")) |
10 (custom-put 'toolbar 'custom-loads '("x-toolbar")) | 9 (custom-add-loads 'toolbar '("x-toolbar")) |
11 (custom-put 'info 'custom-loads '("x-toolbar")) | 10 (custom-add-loads 'info '("x-toolbar")) |
12 (custom-put 'x 'custom-loads '("x-font-menu")) | 11 (custom-add-loads 'x '("x-faces" "x-font-menu")) |
13 | 12 |
14 ;;; custom-load.el ends here | 13 ;;; custom-load.el ends here |