comparison lisp/dumped-lisp.el @ 2474:a43cb0f95540

[xemacs-hg @ 2005-01-09 14:22:08 by adrian] xemacs-21.5: Fix mule-win32-init typo in dumped-lisp.el -------------------- ChangeLog entries follow: -------------------- lisp/ChangeLog addition: 2005-01-09 Adrian Aichner <adrian@xemacs.org> * dumped-lisp.el (preloaded-file-list): Fix typo in "mule-win32-init" path in preloaded-file-list, as suggected by Alejandro López-Valencia.
author adrian
date Sun, 09 Jan 2005 14:22:09 +0000
parents afab4c317508
children c69008aaa9bc
comparison
equal deleted inserted replaced
2473:35aac3cef6af 2474:a43cb0f95540
166 )) 166 ))
167 ;; may initialize coding systems 167 ;; may initialize coding systems
168 (when (featurep '(and mule x)) "mule/mule-x-init") 168 (when (featurep '(and mule x)) "mule/mule-x-init")
169 (when (featurep '(and mule tty)) "mule/mule-tty-init") 169 (when (featurep '(and mule tty)) "mule/mule-tty-init")
170 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) 170 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32)))
171 "mule-mule/win32-init") 171 "mule/mule-win32-init")
172 "code-init" ; set up defaults 172 "code-init" ; set up defaults
173 ;; All files after this can have extended characters in them. 173 ;; All files after this can have extended characters in them.
174 (when (featurep 'mule) 174 (when (featurep 'mule)
175 '("mule/mule-category" 175 '("mule/mule-category"
176 "mule/mule-ccl" 176 "mule/mule-ccl"