comparison lisp/dumped-lisp.el @ 221:6c0ae1f9357f r20-4b9

Import from CVS: tag r20-4b9
author cvs
date Mon, 13 Aug 2007 10:10:02 +0200
parents 262b8bb4a523
children 2c611d1463a6
comparison
equal deleted inserted replaced
220:04f4bca7b601 221:6c0ae1f9357f
130 ;; #+mule "language/vietnamese" 130 ;; #+mule "language/vietnamese"
131 131
132 ;; Specialized language support 132 ;; Specialized language support
133 #+(and mule CANNA) "canna-leim" 133 #+(and mule CANNA) "canna-leim"
134 #+(and mule wnn) "egg-leim" 134 #+(and mule wnn) "egg-leim"
135 #+(and mule wnn) "egg-kwnn-leim"
136 #+(and mule wnn) "egg-cwnn-leim"
135 #+mule "egg-sj3-leim" 137 #+mule "egg-sj3-leim"
136 #+mule "skk-leim" 138 #+mule "skk-leim"
137 139
138 ;; Set up the XEmacs environment for Mule. 140 ;; Set up the XEmacs environment for Mule.
139 ;; Assumes the existence of various stuff above. 141 ;; Assumes the existence of various stuff above.
157 #+x "x-init" 159 #+x "x-init"
158 #+(and x toolbar) "x-toolbar" 160 #+(and x toolbar) "x-toolbar"
159 ;; preload the mswindows code. 161 ;; preload the mswindows code.
160 #+mswindows "msw-faces" 162 #+mswindows "msw-faces"
161 #+mswindows "msw-init" 163 #+mswindows "msw-init"
164 #+mswindows "msw-select"
162 ;; preload the TTY init code. 165 ;; preload the TTY init code.
163 #+tty "tty-init" 166 #+tty "tty-init"
164 ;;; Formerly in tooltalk/tooltalk-load.el 167 ;;; Formerly in tooltalk/tooltalk-load.el
165 #+tooltalk "tooltalk-macros" 168 #+tooltalk "tooltalk-macros"
166 #+tooltalk "tooltalk-util" 169 #+tooltalk "tooltalk-util"