Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 8bec6624d99b |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
362:1e474c183006 | 363:972bbb6d6ca2 |
---|---|
33 (custom-add-loads 'lisp '("lisp" "lisp-mode" "hyper-apropos")) | 33 (custom-add-loads 'lisp '("lisp" "lisp-mode" "hyper-apropos")) |
34 (custom-add-loads 'applications '("cus-edit")) | 34 (custom-add-loads 'applications '("cus-edit")) |
35 (custom-add-loads 'help '("help" "cus-edit" "hyper-apropos" "info")) | 35 (custom-add-loads 'help '("help" "cus-edit" "hyper-apropos" "info")) |
36 (custom-add-loads 'keyboard '("cmdloop")) | 36 (custom-add-loads 'keyboard '("cmdloop")) |
37 (custom-add-loads 'hyper-apropos-faces '("hyper-apropos")) | 37 (custom-add-loads 'hyper-apropos-faces '("hyper-apropos")) |
38 (custom-add-loads 'ldap '("ldap")) | |
38 (custom-add-loads 'widget-browse '("wid-browse")) | 39 (custom-add-loads 'widget-browse '("wid-browse")) |
39 (custom-add-loads 'data '("auto-save")) | 40 (custom-add-loads 'data '("auto-save")) |
40 (custom-add-loads 'warnings '("simple")) | 41 (custom-add-loads 'warnings '("simple")) |
41 (custom-add-loads 'widget-documentation '("wid-edit")) | 42 (custom-add-loads 'widget-documentation '("wid-edit")) |
43 (custom-add-loads 'comm '("ldap")) | |
42 (custom-add-loads 'backup '("files")) | 44 (custom-add-loads 'backup '("files")) |
43 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv")) | 45 (custom-add-loads 'frames '("frame" "window-xemacs" "gui" "gnuserv")) |
44 (custom-add-loads 'customize '("cus-edit" "wid-edit")) | 46 (custom-add-loads 'customize '("cus-edit" "wid-edit")) |
45 (custom-add-loads 'custom-browse '("cus-edit")) | 47 (custom-add-loads 'custom-browse '("cus-edit")) |
46 (custom-add-loads 'abbrev '("abbrev" "files")) | 48 (custom-add-loads 'abbrev '("abbrev" "files")) |
74 (custom-add-loads 'wp '("cus-edit")) | 76 (custom-add-loads 'wp '("cus-edit")) |
75 (custom-add-loads 'vc '("files")) | 77 (custom-add-loads 'vc '("files")) |
76 (custom-add-loads 'isearch '("isearch-mode")) | 78 (custom-add-loads 'isearch '("isearch-mode")) |
77 (custom-add-loads 'font-lock-faces '("font-lock")) | 79 (custom-add-loads 'font-lock-faces '("font-lock")) |
78 (custom-add-loads 'modeline '("modeline")) | 80 (custom-add-loads 'modeline '("modeline")) |
79 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) | 81 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) |
80 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) | 82 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) |
81 (custom-add-loads 'i18n '("cus-edit")) | 83 (custom-add-loads 'i18n '("cus-edit")) |
82 (custom-add-loads 'info '("toolbar-items" "info")) | 84 (custom-add-loads 'info '("toolbar-items" "info")) |
83 (custom-add-loads 'x '("x-faces" "x-font-menu")) | 85 (custom-add-loads 'x '("x-faces" "x-font-menu")) |
84 | 86 |