Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 405dd6d1825b |
children | 8efd647ea9ca |
comparison
equal
deleted
inserted
replaced
262:9d8607af9e13 | 263:727739f917cb |
---|---|
4 "packages" ; Bootstrap run-time lisp environment | 4 "packages" ; Bootstrap run-time lisp environment |
5 "subr" ; load the most basic Lisp functions | 5 "subr" ; load the most basic Lisp functions |
6 "replace" ; match-string used in version.el. | 6 "replace" ; match-string used in version.el. |
7 ; Ignore compiled-by-mistake version.elc | 7 ; Ignore compiled-by-mistake version.elc |
8 "version.el" | 8 "version.el" |
9 #-infodock "../Installation.el" | 9 #-infodock "Installation.el" |
10 "cl" | 10 "cl" |
11 "cl-extra" | 11 "cl-extra" |
12 "cl-seq" | 12 "cl-seq" |
13 "widget" | 13 "widget" |
14 "custom" ; Before the world so everything can be | 14 "custom" ; Before the world so everything can be |
99 #+mule "mule-category" | 99 #+mule "mule-category" |
100 #+mule "mule-ccl" | 100 #+mule "mule-ccl" |
101 #+mule "mule-misc" | 101 #+mule "mule-misc" |
102 #+mule "kinsoku" | 102 #+mule "kinsoku" |
103 #+(and mule x) "mule-x-init" | 103 #+(and mule x) "mule-x-init" |
104 #+(and mule tty) "mule-tty-init" | |
104 #+mule "mule-cmds" ; to sync with Emacs 20.1 | 105 #+mule "mule-cmds" ; to sync with Emacs 20.1 |
105 | 106 |
106 ;; after this goes the specific lisp routines for a particular input system | 107 ;; after this goes the specific lisp routines for a particular input system |
107 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site | 108 ;; 97.2.5 JHod Shouldn't these go into a site-load file to allow site |
108 ;; or user switching of input systems??? | 109 ;; or user switching of input systems??? |