changeset 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 35aac3cef6af
children 9a710ffaa909
files lisp/ChangeLog lisp/dumped-lisp.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jan 09 09:44:44 2005 +0000
+++ b/lisp/ChangeLog	Sun Jan 09 14:22:09 2005 +0000
@@ -1,3 +1,9 @@
+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.
+
 2005-01-09  Adrian Aichner  <adrian@xemacs.org>
 
 	* process.el (start-process-shell-command): Correct docstring.
--- 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)