Mercurial > hg > xemacs-beta
comparison lisp/mule/mule-load.el @ 110:fe104dbd9147 r20-1b7
Import from CVS: tag r20-1b7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:19:45 +0200 |
parents | 0d2f883870bc |
children | cca96a509cfe |
comparison
equal
deleted
inserted
replaced
109:e183fc049578 | 110:fe104dbd9147 |
---|---|
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") | 30 ;;(load-gc "mule-process") |
31 (load-gc "mule-ccl") | 31 (load-gc "mule-ccl") |
32 (load-gc "mule-misc") | 32 (load-gc "mule-misc") |
33 (load-gc "kinsoku") | |
33 (when (featurep 'x) | 34 (when (featurep 'x) |
34 (load-gc "mule-x-init")) | 35 (load-gc "mule-x-init")) |
35 | 36 |
36 ;; 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 |
37 ;; 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 |