Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 3707:f6f6fc9eb269
[xemacs-hg @ 2006-11-28 21:20:22 by aidan]
Better language behaviour on startup.
author | aidan |
---|---|
date | Tue, 28 Nov 2006 21:20:37 +0000 |
parents | 959746c534f6 |
children | 6b2ef948e140 |
comparison
equal
deleted
inserted
replaced
3706:4ca1ef2bdb6a | 3707:f6f6fc9eb269 |
---|---|
237 ;; needs access to the charsets created by the above | 237 ;; needs access to the charsets created by the above |
238 ;; language-specific files. | 238 ;; language-specific files. |
239 (when (and (featurep 'mule) (valid-console-type-p 'mswindows)) | 239 (when (and (featurep 'mule) (valid-console-type-p 'mswindows)) |
240 "mule/mule-msw-init-late") | 240 "mule/mule-msw-init-late") |
241 | 241 |
242 (when (featurep 'mule) | |
243 "mule/general-late") | |
244 | |
242 ;;; mule-load.el ends here | 245 ;;; mule-load.el ends here |
243 | 246 |
244 ;; preload InfoDock stuff. should almost certainly not be here if | 247 ;; preload InfoDock stuff. should almost certainly not be here if |
245 ;; id-menus is not here. infodock needs to figure out a clever way to | 248 ;; id-menus is not here. infodock needs to figure out a clever way to |
246 ;; advise this stuff or we need to export a clean way for infodock or | 249 ;; advise this stuff or we need to export a clean way for infodock or |