Mercurial > hg > xemacs-beta
view lisp/hm--html-menus/custom-load.el @ 205:92f8ad5d0d3f r20-4b1
Import from CVS: tag r20-4b1
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 10:02:46 +0200 |
| parents | 489f57a838ef |
| children |
line wrap: on
line source
(custom-put 'hm--html-links 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-menus 'custom-loads '("hm--html-configuration")) (custom-put 'mouse 'custom-loads '("internal-drag-and-drop")) (custom-put 'hm--html-display 'custom-loads '("hm--html-configuration")) (custom-put 'idd-drag-and-drop 'custom-loads '("internal-drag-and-drop")) (custom-put 'hypermedia 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-keys 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-indentation 'custom-loads '("hm--html-configuration")) (custom-put 'data 'custom-loads '("tmpl-minor-mode")) (custom-put 'hm--html-hooks 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-document-information 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-templates 'custom-loads '("hm--html-configuration")) (custom-put 'hm--html-files 'custom-loads '("hm--html-configuration")) (custom-put 'tmpl-minor 'custom-loads '("tmpl-minor-mode"))
