Mercurial > hg > xemacs-beta
comparison lisp/custom-load.el @ 396:6719134a07c2 r21-2-13
Import from CVS: tag r21-2-13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:12:05 +0200 |
parents | 1f50e6fe4f3f |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
395:de2c2a7459d2 | 396:6719134a07c2 |
---|---|
75 (custom-add-loads 'wp '("cus-edit")) | 75 (custom-add-loads 'wp '("cus-edit")) |
76 (custom-add-loads 'vc '("files")) | 76 (custom-add-loads 'vc '("files")) |
77 (custom-add-loads 'isearch '("isearch-mode")) | 77 (custom-add-loads 'isearch '("isearch-mode")) |
78 (custom-add-loads 'font-lock-faces '("font-lock")) | 78 (custom-add-loads 'font-lock-faces '("font-lock")) |
79 (custom-add-loads 'modeline '("modeline")) | 79 (custom-add-loads 'modeline '("modeline")) |
80 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop")) | 80 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) |
81 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) | 81 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) |
82 (custom-add-loads 'i18n '("cus-edit")) | 82 (custom-add-loads 'i18n '("cus-edit")) |
83 (custom-add-loads 'info '("toolbar-items" "info")) | 83 (custom-add-loads 'info '("toolbar-items" "info")) |
84 (custom-add-loads 'x '("x-faces" "x-font-menu")) | 84 (custom-add-loads 'x '("x-faces" "x-font-menu")) |
85 | 85 |