# HG changeset patch # User adrian # Date 1105280529 0 # Node ID a43cb0f955400784983b1a16fdb7077db389800c # Parent 35aac3cef6afc4139a520fbe2d4dd6283c5c3c17 [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 * dumped-lisp.el (preloaded-file-list): Fix typo in "mule-win32-init" path in preloaded-file-list, as suggected by Alejandro López-Valencia. diff -r 35aac3cef6af -r a43cb0f95540 lisp/ChangeLog --- 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 + + * 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 * process.el (start-process-shell-command): Correct docstring. diff -r 35aac3cef6af -r a43cb0f95540 lisp/dumped-lisp.el --- 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)