diff lisp/prim/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/prim/custom-load.el	Mon Aug 13 10:02:48 2007 +0200
+++ b/lisp/prim/custom-load.el	Mon Aug 13 10:03:52 2007 +0200
@@ -1,39 +1,38 @@
 ;;; custom-load.el --- automatically extracted custom dependencies
 
-;; Created by SL Baur on Thu Oct  9 20:52:25 1997
 
 ;;; Code:
 
-(custom-put 'mouse 'custom-loads '("mouse"))
-(custom-put 'minibuffer 'custom-loads '("simple" "minibuf"))
-(custom-put 'log-message 'custom-loads '("simple"))
-(custom-put 'environment 'custom-loads '("frame" "minibuf" "modeline" "sound"))
-(custom-put 'sound 'custom-loads '("sound"))
-(custom-put 'auto-save 'custom-loads '("files"))
-(custom-put 'mail 'custom-loads '("simple"))
-(custom-put 'editing-basics 'custom-loads '("cmdloop" "simple" "files" "lisp"))
-(custom-put 'help-appearance 'custom-loads '("help"))
-(custom-put 'lisp 'custom-loads '("lisp" "find-func"))
-(custom-put 'help 'custom-loads '("help"))
-(custom-put 'keyboard 'custom-loads '("cmdloop"))
-(custom-put 'warnings 'custom-loads '("simple"))
-(custom-put 'backup 'custom-loads '("files"))
-(custom-put 'frames 'custom-loads '("frame" "window-xemacs" "gui"))
-(custom-put 'abbrev 'custom-loads '("files"))
-(custom-put 'find-function 'custom-loads '("find-func"))
-(custom-put 'dired 'custom-loads '("files"))
-(custom-put 'killing 'custom-loads '("simple"))
-(custom-put 'paren-blinking 'custom-loads '("simple"))
-(custom-put 'find-file 'custom-loads '("files"))
-(custom-put 'files 'custom-loads '("files"))
-(custom-put 'fill-comments 'custom-loads '("simple"))
-(custom-put 'windows 'custom-loads '("window" "window-xemacs"))
-(custom-put 'fill 'custom-loads '("simple"))
-(custom-put 'faces 'custom-loads '("faces"))
-(custom-put 'vc 'custom-loads '("files"))
-(custom-put 'isearch 'custom-loads '("isearch-mode"))
-(custom-put 'modeline 'custom-loads '("modeline"))
-(custom-put 'editing 'custom-loads '("simple"))
-(custom-put 'matching 'custom-loads '("simple" "isearch-mode"))
+(custom-add-loads 'mouse '("mouse"))
+(custom-add-loads 'minibuffer '("simple" "minibuf"))
+(custom-add-loads 'log-message '("simple"))
+(custom-add-loads 'environment '("frame" "minibuf" "modeline" "sound"))
+(custom-add-loads 'sound '("sound"))
+(custom-add-loads 'auto-save '("files"))
+(custom-add-loads 'mail '("simple"))
+(custom-add-loads 'editing-basics '("cmdloop" "simple" "files" "lisp"))
+(custom-add-loads 'help-appearance '("help"))
+(custom-add-loads 'lisp '("lisp" "find-func"))
+(custom-add-loads 'help '("help"))
+(custom-add-loads 'keyboard '("cmdloop"))
+(custom-add-loads 'warnings '("simple"))
+(custom-add-loads 'backup '("files"))
+(custom-add-loads 'frames '("frame" "window-xemacs" "gui"))
+(custom-add-loads 'abbrev '("files"))
+(custom-add-loads 'find-function '("find-func"))
+(custom-add-loads 'dired '("files"))
+(custom-add-loads 'killing '("simple"))
+(custom-add-loads 'paren-blinking '("simple"))
+(custom-add-loads 'find-file '("files"))
+(custom-add-loads 'files '("files"))
+(custom-add-loads 'fill-comments '("simple"))
+(custom-add-loads 'windows '("window" "window-xemacs"))
+(custom-add-loads 'fill '("simple"))
+(custom-add-loads 'faces '("faces"))
+(custom-add-loads 'vc '("files"))
+(custom-add-loads 'isearch '("isearch-mode"))
+(custom-add-loads 'modeline '("modeline"))
+(custom-add-loads 'editing '("simple"))
+(custom-add-loads 'matching '("simple" "isearch-mode"))
 
 ;;; custom-load.el ends here