comparison lisp/custom-load.el @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children a300bb07d72d
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
70 (custom-add-loads 'wp '("cus-edit")) 70 (custom-add-loads 'wp '("cus-edit"))
71 (custom-add-loads 'vc '("files")) 71 (custom-add-loads 'vc '("files"))
72 (custom-add-loads 'isearch '("isearch-mode")) 72 (custom-add-loads 'isearch '("isearch-mode"))
73 (custom-add-loads 'font-lock-faces '("font-lock")) 73 (custom-add-loads 'font-lock-faces '("font-lock"))
74 (custom-add-loads 'modeline '("modeline")) 74 (custom-add-loads 'modeline '("modeline"))
75 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) 75 (custom-add-loads 'packages '("package-get-custom"))
76 (custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit" "dragdrop"))
76 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) 77 (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos"))
77 (custom-add-loads 'i18n '("cus-edit")) 78 (custom-add-loads 'i18n '("cus-edit"))
78 (custom-add-loads 'info '("toolbar-items" "info")) 79 (custom-add-loads 'info '("toolbar-items" "info"))
79 (custom-add-loads 'x '("x-faces" "x-font-menu")) 80 (custom-add-loads 'x '("x-faces" "x-font-menu"))
80 81