Mercurial > hg > xemacs-beta
diff lisp/utils/custom-load.el @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 850242ba4a81 |
children | 41ff10fd062f |
line wrap: on
line diff
--- a/lisp/utils/custom-load.el Mon Aug 13 10:02:48 2007 +0200 +++ b/lisp/utils/custom-load.el Mon Aug 13 10:03:52 2007 +0200 @@ -1,39 +1,35 @@ ;;; custom-load.el --- automatically extracted custom dependencies -;; Created by SL Baur on Thu Oct 9 20:52:30 1997 ;;; Code: -(custom-put 'extensions 'custom-loads '("eldoc")) -(custom-put 'eldoc 'custom-loads '("eldoc")) -(custom-put 'mouse 'custom-loads '("id-select")) -(custom-put 'minibuffer 'custom-loads '("detached-minibuf" "savehist")) -(custom-put 'mail 'custom-loads '("highlight-headers" "mail-extr" "ph" "smtpmail")) -(custom-put 'uniquify 'custom-loads '("uniquify")) -(custom-put 'xemacs-build-report 'custom-loads '("xemacs-build-report")) -(custom-put 'hypermedia 'custom-loads '("browse-url")) -(custom-put 'lisp 'custom-loads '("elp")) -(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")) -(custom-put 'frames 'custom-loads '("detached-minibuf")) -(custom-put 'smtpmail 'custom-loads '("smtpmail")) -(custom-put 'detached-minibuf 'custom-loads '("detached-minibuf")) -(custom-put 'languages 'custom-loads '("crontab")) -(custom-put 'edmacro 'custom-loads '("edmacro")) -(custom-put 'faces 'custom-loads '("font" "highlight-headers")) -(custom-put 'passwd 'custom-loads '("passwd")) -(custom-put 'browse-url 'custom-loads '("browse-url")) -(custom-put 'processes 'custom-loads '("passwd")) -(custom-put 'news 'custom-loads '("highlight-headers")) -(custom-put 'highlight-headers 'custom-loads '("highlight-headers")) -(custom-put 'savehist 'custom-loads '("savehist")) -(custom-put 'ph 'custom-loads '("ph")) -(custom-put 'mail-extr 'custom-loads '("mail-extr")) -(custom-put 'matching 'custom-loads '("id-select")) +(custom-add-loads 'extensions '("eldoc")) +(custom-add-loads 'eldoc '("eldoc")) +(custom-add-loads 'mouse '("id-select")) +(custom-add-loads 'minibuffer '("savehist")) +(custom-add-loads 'mail '("highlight-headers" "mail-extr" "ph" "smtpmail")) +(custom-add-loads 'uniquify '("uniquify")) +(custom-add-loads 'xemacs-build-report '("build-report")) +(custom-add-loads 'hypermedia '("browse-url")) +(custom-add-loads 'lisp '("elp")) +(custom-add-loads 'elp '("elp")) +(custom-add-loads 'applications '("uniquify")) +(custom-add-loads 'keyboard '("edmacro")) +(custom-add-loads 'highlight-headers-faces '("highlight-headers")) +(custom-add-loads 'comm '("ph")) +(custom-add-loads 'id-select '("id-select")) +(custom-add-loads 'smtpmail '("smtpmail")) +(custom-add-loads 'edmacro '("edmacro")) +(custom-add-loads 'faces '("facemenu" "font" "highlight-headers")) +(custom-add-loads 'passwd '("passwd")) +(custom-add-loads 'browse-url '("browse-url")) +(custom-add-loads 'processes '("passwd")) +(custom-add-loads 'news '("highlight-headers")) +(custom-add-loads 'highlight-headers '("highlight-headers")) +(custom-add-loads 'savehist '("savehist")) +(custom-add-loads 'ph '("ph")) +(custom-add-loads 'mail-extr '("mail-extr")) +(custom-add-loads 'matching '("id-select")) +(custom-add-loads 'facemenu '("facemenu")) ;;; custom-load.el ends here