Mercurial > hg > xemacs-beta
diff lisp/prim/loadup.el @ 155:43dd3413c7c7 r20-3b4
Import from CVS: tag r20-3b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:39:39 +0200 |
parents | 25f70ba0133c |
children | 0132846995bd |
line wrap: on
line diff
--- a/lisp/prim/loadup.el Mon Aug 13 09:38:27 2007 +0200 +++ b/lisp/prim/loadup.el Mon Aug 13 09:39:39 2007 +0200 @@ -1,8 +1,5 @@ ;;; loadup.el --- load up standardly loaded Lisp files for XEmacs. -;; It is not a good idea to edit this file. Use site-init.el or site-load.el -;; instead. -;; ;; Copyright (C) 1985, 1986, 1992, 1994 Free Software Foundation, Inc. ;; Copyright (C) 1996 Richard Mlynarik. ;; Copyright (C) 1995, 1996 Ben Wing. @@ -30,6 +27,9 @@ ;;; Commentary: +;; It is not a good idea to edit this file. Use site-init.el or site-load.el +;; instead. +;; ;; This is loaded into a bare Emacs to make a dumpable one. ;;; Code: @@ -116,7 +116,7 @@ ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) (load-gc "loaddefs") ; <=== autoloads get put here (load-gc "misc") - (load-gc "profile") + ;; (load-gc "profile") (load-gc "help") ;; (load-gc "hyper-apropos") Soon... (when (not (featurep 'mule)) @@ -130,6 +130,7 @@ (load-gc "buff-menu") (load-gc "undo-stack") (load-gc "window") + (load-gc "window-xemacs") (load-gc "paths.el") ; don't get confused if paths compiled. (load-gc "startup") (load-gc "lisp")