Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/dumped-lisp.el Sun Jan 09 09:44:44 2005 +0000 +++ b/lisp/dumped-lisp.el Sun Jan 09 14:22:09 2005 +0000 @@ -168,7 +168,7 @@ (when (featurep '(and mule x)) "mule/mule-x-init") (when (featurep '(and mule tty)) "mule/mule-tty-init") (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) - "mule-mule/win32-init") + "mule/mule-win32-init") "code-init" ; set up defaults ;; All files after this can have extended characters in them. (when (featurep 'mule)