Mercurial > hg > xemacs-beta
diff lisp/utils/custom-load.el @ 191:ecf6ba7b0a10 r20-3b22
Import from CVS: tag r20-3b22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:57:38 +0200 |
parents | 489f57a838ef |
children | a2f645c6b9f8 |
line wrap: on
line diff
--- a/lisp/utils/custom-load.el Mon Aug 13 09:57:10 2007 +0200 +++ b/lisp/utils/custom-load.el Mon Aug 13 09:57:38 2007 +0200 @@ -1,6 +1,7 @@ (custom-put 'extensions 'custom-loads '("eldoc")) (custom-put 'eldoc 'custom-loads '("eldoc")) (custom-put 'minibuffer 'custom-loads '("detached-minibuf" "savehist")) +(custom-put 'environment 'custom-loads '(("detached-minibuf") ("detached-minibuf" "savehist"))) (custom-put 'mail 'custom-loads '("highlight-headers" "ph" "smtpmail")) (custom-put 'uniquify 'custom-loads '("uniquify")) (custom-put 'hypermedia 'custom-loads '("browse-url")) @@ -8,6 +9,7 @@ (custom-put 'elp 'custom-loads '("elp")) (custom-put 'applications 'custom-loads '("uniquify")) (custom-put 'keyboard 'custom-loads '("edmacro")) +(custom-put 'highlight-headers-faces 'custom-loads '("highlight-headers")) (custom-put 'crontab 'custom-loads '("crontab")) (custom-put 'comm 'custom-loads '("ph")) (custom-put 'id-select 'custom-loads '("id-select"))