Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 333:4f79e16b1112 r21-0-64
Import from CVS: tag r21-0-64
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:49:50 +0200 |
parents | 19dcec799385 |
children | 8bec6624d99b |
comparison
equal
deleted
inserted
replaced
332:bb75ebac9531 | 333:4f79e16b1112 |
---|---|
73 (custom-add-loads 'wp '("cus-edit")) | 73 (custom-add-loads 'wp '("cus-edit")) |
74 (custom-add-loads 'vc '("files")) | 74 (custom-add-loads 'vc '("files")) |
75 (custom-add-loads 'isearch '("isearch-mode")) | 75 (custom-add-loads 'isearch '("isearch-mode")) |
76 (custom-add-loads 'font-lock-faces '("font-lock")) | 76 (custom-add-loads 'font-lock-faces '("font-lock")) |
77 (custom-add-loads 'modeline '("modeline")) | 77 (custom-add-loads 'modeline '("modeline")) |
78 (custom-add-loads 'packages '("package-get-custom")) | 78 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) |
79 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) | |
80 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) | 79 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) |
81 (custom-add-loads 'i18n '("cus-edit")) | 80 (custom-add-loads 'i18n '("cus-edit")) |
82 (custom-add-loads 'info '("toolbar-items" "info")) | 81 (custom-add-loads 'info '("toolbar-items" "info")) |
83 (custom-add-loads 'x '("x-faces" "x-font-menu")) | 82 (custom-add-loads 'x '("x-faces" "x-font-menu")) |
84 | 83 |