Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 406:b8cc9ab3f761 r21-2-33
Import from CVS: tag r21-2-33
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:17:09 +0200 |
parents | 2f8bb876ab1d |
children | 501cfd01ee6d |
comparison
equal
deleted
inserted
replaced
405:0e08f63c74d2 | 406:b8cc9ab3f761 |
---|---|
13 (custom-add-loads 'package-tools '("package-get" "package-ui")) | 13 (custom-add-loads 'package-tools '("package-get" "package-ui")) |
14 (custom-add-loads 'widgets '("wid-browse" "wid-edit")) | 14 (custom-add-loads 'widgets '("wid-browse" "wid-edit")) |
15 (custom-add-loads 'menu '("menubar-items")) | 15 (custom-add-loads 'menu '("menubar-items")) |
16 (custom-add-loads 'minibuffer '("simple" "minibuf")) | 16 (custom-add-loads 'minibuffer '("simple" "minibuf")) |
17 (custom-add-loads 'log-message '("simple")) | 17 (custom-add-loads 'log-message '("simple")) |
18 (custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "gutter-items" "x-init" "toolbar-items" "cus-edit" "gnuserv" "sound")) | 18 (custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "gutter" "toolbar-items" "cus-edit" "gnuserv" "sound" "x-init")) |
19 (custom-add-loads 'sound '("sound")) | 19 (custom-add-loads 'sound '("sound")) |
20 (custom-add-loads 'pui '("package-ui")) | 20 (custom-add-loads 'pui '("package-ui")) |
21 (custom-add-loads 'terminals '("gnuserv")) | 21 (custom-add-loads 'terminals '("gnuserv")) |
22 (custom-add-loads 'auto-save '("files" "auto-save")) | 22 (custom-add-loads 'auto-save '("files" "auto-save")) |
23 (custom-add-loads 'mail '("simple")) | 23 (custom-add-loads 'mail '("simple")) |
45 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv")) | 45 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv")) |
46 (custom-add-loads 'customize '("cus-edit" "wid-edit")) | 46 (custom-add-loads 'customize '("cus-edit" "wid-edit")) |
47 (custom-add-loads 'custom-browse '("cus-edit")) | 47 (custom-add-loads 'custom-browse '("cus-edit")) |
48 (custom-add-loads 'abbrev '("abbrev" "files")) | 48 (custom-add-loads 'abbrev '("abbrev" "files")) |
49 (custom-add-loads 'programming '("cus-edit")) | 49 (custom-add-loads 'programming '("cus-edit")) |
50 (custom-add-loads 'printing '("printer")) | |
50 (custom-add-loads 'toolbar '("toolbar-items")) | 51 (custom-add-loads 'toolbar '("toolbar-items")) |
51 (custom-add-loads 'dired '("files")) | 52 (custom-add-loads 'dired '("files")) |
52 (custom-add-loads 'dnd-debug '("dragdrop")) | 53 (custom-add-loads 'dnd-debug '("dragdrop")) |
53 (custom-add-loads 'package-get '("package-get")) | 54 (custom-add-loads 'package-get '("package-get")) |
54 (custom-add-loads 'killing '("simple")) | 55 (custom-add-loads 'killing '("simple")) |
60 (custom-add-loads 'build '("build-report")) | 61 (custom-add-loads 'build '("build-report")) |
61 (custom-add-loads 'font-lock '("font-lock")) | 62 (custom-add-loads 'font-lock '("font-lock")) |
62 (custom-add-loads 'external '("process" "cus-edit")) | 63 (custom-add-loads 'external '("process" "cus-edit")) |
63 (custom-add-loads 'development '("process" "lisp-mode" "cus-edit")) | 64 (custom-add-loads 'development '("process" "lisp-mode" "cus-edit")) |
64 (custom-add-loads 'gnuserv '("gnuserv")) | 65 (custom-add-loads 'gnuserv '("gnuserv")) |
65 (custom-add-loads 'gutter '("gutter-items")) | 66 (custom-add-loads 'gutter '("gutter" "gutter-items")) |
66 (custom-add-loads 'fill-comments '("simple")) | 67 (custom-add-loads 'fill-comments '("simple")) |
67 (custom-add-loads 'windows '("window" "window-xemacs")) | 68 (custom-add-loads 'windows '("window" "window-xemacs")) |
68 (custom-add-loads 'widget-faces '("wid-edit")) | 69 (custom-add-loads 'widget-faces '("wid-edit")) |
69 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) | 70 (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) |
70 (custom-add-loads 'fill '("simple" "fill")) | 71 (custom-add-loads 'fill '("simple" "fill")) |
71 (custom-add-loads 'custom-magic-faces '("cus-edit")) | 72 (custom-add-loads 'custom-magic-faces '("cus-edit")) |
72 (custom-add-loads 'display '("toolbar" "scrollbar" "auto-show")) | 73 (custom-add-loads 'display '("toolbar" "scrollbar" "auto-show")) |
73 (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit")) | 74 (custom-add-loads 'faces '("faces" "font" "cus-edit" "font-lock" "hyper-apropos" "info" "wid-edit")) |
74 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit" "package-get")) | 75 (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit" "package-get")) |
75 (custom-add-loads 'processes '("process" "gnuserv")) | 76 (custom-add-loads 'processes '("process" "gnuserv")) |
76 (custom-add-loads 'hyper-apropos '("hyper-apropos")) | 77 (custom-add-loads 'hyper-apropos '("hyper-apropos")) |
77 (custom-add-loads 'wp '("cus-edit")) | 78 (custom-add-loads 'wp '("printer" "cus-edit")) |
78 (custom-add-loads 'vc '("files")) | 79 (custom-add-loads 'vc '("files")) |
79 (custom-add-loads 'isearch '("isearch-mode")) | 80 (custom-add-loads 'isearch '("isearch-mode")) |
80 (custom-add-loads 'font-lock-faces '("font-lock")) | 81 (custom-add-loads 'font-lock-faces '("font-lock")) |
81 (custom-add-loads 'modeline '("modeline")) | 82 (custom-add-loads 'modeline '("modeline")) |
82 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) | 83 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) |
83 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) | 84 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) |
84 (custom-add-loads 'i18n '("cus-edit")) | 85 (custom-add-loads 'i18n '("cus-edit")) |
85 (custom-add-loads 'info '("toolbar-items" "info")) | 86 (custom-add-loads 'info '("toolbar-items" "info")) |
86 (custom-add-loads 'x '("x-faces")) | 87 (custom-add-loads 'x '("x-faces")) |
87 (custom-add-loads 'buffers-tab '("gutter-items")) | 88 (custom-add-loads 'buffers-tab '("gutter-items")) |