Mercurial > hg > xemacs-beta
diff lisp/custom-load.el @ 282:c42ec1d1cded r21-0b39
Import from CVS: tag r21-0b39
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:33:18 +0200 |
parents | 6330739388db |
children | 57709be46d1b |
line wrap: on
line diff
--- a/lisp/custom-load.el Mon Aug 13 10:32:23 2007 +0200 +++ b/lisp/custom-load.el Mon Aug 13 10:33:18 2007 +0200 @@ -7,13 +7,14 @@ (custom-add-loads 'custom-buffer '("cus-edit")) (custom-add-loads 'custom-faces '("cus-edit")) (custom-add-loads 'auto-show '("auto-show")) +(custom-add-loads 'drag-n-drop '("dragdrop")) (custom-add-loads 'mouse '("mouse" "mwheel")) (custom-add-loads 'etags '("etags")) (custom-add-loads 'widgets '("wid-browse" "wid-edit")) -(custom-add-loads 'menu '("x-menubar")) +(custom-add-loads 'menu '("menubar-items")) (custom-add-loads 'minibuffer '("simple" "minibuf")) (custom-add-loads 'log-message '("simple")) -(custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "x-init" "x-toolbar" "cus-edit" "gnuserv" "sound")) +(custom-add-loads 'environment '("frame" "keydefs" "minibuf" "modeline" "window-xemacs" "menubar" "x-init" "toolbar-items" "cus-edit" "gnuserv" "sound")) (custom-add-loads 'sound '("sound")) (custom-add-loads 'terminals '("gnuserv")) (custom-add-loads 'auto-save '("files" "auto-save")) @@ -25,7 +26,7 @@ (custom-add-loads 'internal '("cus-edit")) (custom-add-loads 'help-appearance '("help" "help-macro")) (custom-add-loads 'build-report '("build-report")) -(custom-add-loads 'buffers-menu '("x-menubar")) +(custom-add-loads 'buffers-menu '("menubar-items")) (custom-add-loads 'hypermedia '("wid-edit")) (custom-add-loads 'lisp '("lisp" "lisp-mode" "hyper-apropos")) (custom-add-loads 'applications '("cus-edit")) @@ -42,7 +43,7 @@ (custom-add-loads 'custom-browse '("cus-edit")) (custom-add-loads 'abbrev '("abbrev" "files")) (custom-add-loads 'programming '("cus-edit")) -(custom-add-loads 'toolbar '("x-toolbar")) +(custom-add-loads 'toolbar '("toolbar-items")) (custom-add-loads 'dired '("files")) (custom-add-loads 'killing '("simple")) (custom-add-loads 'widget-button '("wid-edit")) @@ -60,7 +61,7 @@ (custom-add-loads 'languages '("lisp-mode" "cus-edit" "font-lock")) (custom-add-loads 'fill '("simple" "fill")) (custom-add-loads 'custom-magic-faces '("cus-edit")) -(custom-add-loads 'display '("auto-show")) +(custom-add-loads 'display '("toolbar" "scrollbar" "auto-show")) (custom-add-loads 'faces '("faces" "cus-edit" "font-lock" "font" "hyper-apropos" "info" "wid-edit")) (custom-add-loads 'emacs '("faces" "help" "files" "cus-edit")) (custom-add-loads 'processes '("process" "gnuserv")) @@ -70,10 +71,10 @@ (custom-add-loads 'isearch '("isearch-mode")) (custom-add-loads 'font-lock-faces '("font-lock")) (custom-add-loads 'modeline '("modeline")) -(custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "cus-edit")) +(custom-add-loads 'editing '("simple" "abbrev" "fill" "mouse" "dragdrop" "cus-edit")) (custom-add-loads 'matching '("simple" "isearch-mode" "hyper-apropos")) (custom-add-loads 'i18n '("cus-edit")) -(custom-add-loads 'info '("x-toolbar" "info")) +(custom-add-loads 'info '("toolbar-items" "info")) (custom-add-loads 'x '("x-faces" "x-font-menu")) ;;; custom-load.el ends here