comparison lisp/mule/mule-load.el @ 155:43dd3413c7c7 r20-3b4

Import from CVS: tag r20-3b4
author cvs
date Mon, 13 Aug 2007 09:39:39 +0200
parents cca96a509cfe
children 3bb7ccffb0c0
comparison
equal deleted inserted replaced
154:94141801dd7e 155:43dd3413c7c7
25 (load-gc "mule-coding") 25 (load-gc "mule-coding")
26 ;; Handle I/O of files with extended characters. 26 ;; Handle I/O of files with extended characters.
27 (load-gc "mule-files") 27 (load-gc "mule-files")
28 ;; Load the remaining basic files. 28 ;; Load the remaining basic files.
29 (load-gc "mule-category") 29 (load-gc "mule-category")
30 ;;(load-gc "mule-process")
31 (load-gc "mule-ccl") 30 (load-gc "mule-ccl")
32 (load-gc "mule-misc") 31 (load-gc "mule-misc")
33 (load-gc "kinsoku") 32 (load-gc "kinsoku")
34 (when (featurep 'x) 33 (when (featurep 'x)
35 (load-gc "mule-x-init")) 34 (load-gc "mule-x-init"))
35 (load-gc "mule-cmds") ; to sync with Emacs 20.1
36 36
37 ;; after this goes the specific lisp routines for a particular input system 37 ;; after this goes the specific lisp routines for a particular input system
38 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site 38 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site
39 ;; or user switching of input systems??? 39 ;; or user switching of input systems???
40 ;(if (featurep 'wnn) 40 ;(if (featurep 'wnn)