diff lisp/dumped-lisp.el @ 771:943eaba38521

[xemacs-hg @ 2002-03-13 08:51:24 by ben] The big ben-mule-21-5 check-in! Various files were added and deleted. See CHANGES-ben-mule. There are still some test suite failures. No crashes, though. Many of the failures have to do with problems in the test suite itself rather than in the actual code. I'll be addressing these in the next day or so -- none of the test suite failures are at all critical. Meanwhile I'll be trying to address the biggest issues -- i.e. build or run failures, which will almost certainly happen on various platforms. All comments should be sent to ben@xemacs.org -- use a Cc: if necessary when sending to mailing lists. There will be pre- and post- tags, something like pre-ben-mule-21-5-merge-in, and post-ben-mule-21-5-merge-in.
author ben
date Wed, 13 Mar 2002 08:54:06 +0000
parents 7039e6323819
children 2923009caf47
line wrap: on
line diff
--- a/lisp/dumped-lisp.el	Fri Mar 08 13:33:14 2002 +0000
+++ b/lisp/dumped-lisp.el	Wed Mar 13 08:54:06 2002 +0000
@@ -55,10 +55,8 @@
 				;  `emacs-user-extension-dir'
 	"misc"
 	;; (pureload "profile")
-	(unless-feature mule "help-nomule")
 	"help"
 	;; (pureload "hyper-apropos")  Soon...
-	(unless-feature file-coding "files-nomule")
 	"files"
 	"lib-complete"
 	"format"
@@ -114,24 +112,26 @@
 	(when-feature (and (not infodock) dialog) "dialog-items")
 
 	;;;;;;;;;;;;;;;;;; Coding-system support
-	(when-feature file-coding "coding")
-	(when-feature file-coding "code-files")
+	"coding"
+	"code-files"
 	;; Handle process with encoding/decoding coding-system.
-	(when-feature file-coding "code-process")
+	"code-process"
 	;; Provide basic commands to set coding systems to user
-	(when-feature file-coding "code-cmds")
+	"code-cmds"
+	"unicode"
 	;;;;;;;;;;;;;;;;;; MULE support
 	(when-feature mule "mule-charset")
+	(when-feature mule "mule-cmds") ; to sync with Emacs 20.1
 	(when-feature mule "mule-coding")
+	;; may initialize coding systems
+	(when-feature (and mule x) "mule-x-init")
+	(when-feature (and mule tty) "mule-tty-init")
+	(when-feature (and mule mswindows) "mule-msw-init")
+	"code-init" ; set up defaults
 	;; All files after this can have extended characters in them.
-	(when-feature mule "mule-help")
 	(when-feature mule "mule-category")
 	(when-feature mule "mule-ccl")
-	(when-feature mule "mule-misc")
 	(when-feature mule "kinsoku")
-	(when-feature (and mule x) "mule-x-init")
-	(when-feature (and mule tty) "mule-tty-init")
-	(when-feature mule "mule-cmds") ; to sync with Emacs 20.1
 
 ;; after this goes the specific lisp routines for a particular input system
 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site
@@ -176,9 +176,6 @@
 ;; SKK is now a package
 ;	(when-feature mule "skk-leim")
 
-;; Set up the XEmacs environment for Mule.
-;; Assumes the existence of various stuff above.
-	(when-feature mule "mule-init")
 
 ;; Enable Mule capability for Gnus, mail, etc...
 ;; Moved to sunpro-load.el - the default only for Sun.
@@ -231,6 +228,7 @@
 	;; "ediff-hook"		; Packaged.
 	"fontl-hooks"
 	"auto-show"
+	"resize-minibuffer"
 	(when-feature ldap "ldap")
 
 ;; (when-feature energize "energize/energize-load.el")