Debug message fix
[sxemacs] / lisp / dumped-lisp.el
index c4b4ca1..c592c05 100644 (file)
@@ -8,14 +8,14 @@ in dumped-lisp.el and is not itself listed.")
 
 (setq preloaded-file-list
       (assemble-list
-        "backquote"            ; needed for defsubst etc.
+       "backquote"             ; needed for defsubst etc.
        "bytecomp-runtime"      ; define defsubst
        "find-paths"
        "packages"              ; Bootstrap run-time lisp environment
        "setup-paths"
        "dump-paths"
-       "subr"                  ; load the most basic Lisp functions
-       "replace"               ; match-string used in version.el.
+       "subr"                  ; load the most basic Lisp functions
+       "replace"               ; match-string used in version.el.
        ; Ignore compiled-by-mistake version.elc
        "version.el"
        "cl"
@@ -50,7 +50,7 @@ in dumped-lisp.el and is not itself listed.")
        "simple"
        "keydefs"               ; Before loaddefs so that keymap vars exist.
        "abbrev"
-        "number"
+       "number"
        "derived"
        "minibuf"
        "list-mode"
@@ -68,7 +68,7 @@ in dumped-lisp.el and is not itself listed.")
        "lisp-initd"
        "misc"
        "loadhist"              ; Must be dumped before loaddefs is loaded
-                               ; Used by help. 
+                               ; Used by help.
        ;; (pureload "profile")
        (unless-feature mule "help-nomule")
        "help"
@@ -200,7 +200,7 @@ in dumped-lisp.el and is not itself listed.")
 ;; id-menus is not here.  infodock needs to figure out a clever way to
 ;; advise this stuff or we need to export a clean way for infodock or
 ;; others to control this programmatically.
-       (when-feature (and infodock (or x gtk) menubar) "id-menus")
+       (when-feature (and infodock x menubar) "id-menus")
 ;; preload the X code.
        (when-feature x "x-faces")
        (when-feature x "x-iso8859-1")
@@ -211,54 +211,15 @@ in dumped-lisp.el and is not itself listed.")
        (when-feature x "x-init")
        (when-feature x "x-win-xfree86")
        (when-feature x "x-win-sun")
-;; preload the GTK code
-       (when-feature gtk "gtk-ffi")
-       (when-feature gtk "gtk-widgets")
-       (when-feature gtk "gdk")
-       (when-feature gtk "gtk-init")
-       (when-feature gtk "gtk-faces")
-       (when-feature gtk "gtk-iso8859-1")
-       (when-feature (and gtk dialog) "dialog-gtk")
-       (when-feature gtk "gtk-select")
-       (when-feature gtk "gtk-mouse")
-       (when-feature gtk "gtk-glyphs")
-       (when-feature glade "glade")
-       (when-feature gtk "widgets-gtk")
 
 ;; preload the TTY init code.
        (when-feature tty "tty-init")
-;;; Formerly in tooltalk/tooltalk-load.el
-       ;; Moved to tooltalk package
-       ;; (when-feature tooltalk "tooltalk-macros")
-       ;; (when-feature tooltalk "tooltalk-util")
-       ;; (when-feature tooltalk "tooltalk-init")
-       ;; "vc-hooks"           ; Packaged.  Available in two versions.
-       ;; "ediff-hook"         ; Packaged.
-        "x-color"
-        "cus-face"
-        "font-lock"
+       "x-color"
+       "cus-face"
+       "font-lock"
        "fontl-hooks"
        "auto-show"
        (when-feature ldap "ldap")
 
-;; (when-feature energize "energize/energize-load.el")
-;;; formerly in sunpro/sunpro-load.el
-;;     (when-feature (and mule sparcworks) "mime-setup")
-
-       ;; Moved to Sun package
-       ;; (when-feature sparcworks "cc-mode") ; Requires cc-mode package
-       ;; (when-feature sparcworks "sunpro-init")
-       ;; (when-feature sparcworks "ring")
-       ;; (when-feature sparcworks "comint") ; Requires comint package
-       ;; (when-feature sparcworks "annotations")
-
-;;; formerly in eos/sun-eos-load.el
-;;     (when-feature sparcworks "sun-eos-init")
-;;     (when-feature sparcworks "sun-eos-common")
-;;     (when-feature sparcworks "sun-eos-editor")
-;;     (when-feature sparcworks "sun-eos-browser")
-;;     (when-feature sparcworks "sun-eos-debugger")
-;;     (when-feature sparcworks "sun-eos-debugger-extra")
-;;     (when-feature sparcworks "sun-eos-menubar")
        "loaddefs"              ; <=== autoloads get loaded here
 ))