Alejandro López-Valencia <dradul(a)etb.net.co> writes:
Today I'm trying to compile CVS HEAD with mule support under
cygwin. Dumping fails due to a typo in lisp/dumped-lisp.el (that
affects native win32 builds as well), please find a little patch at
the end of the message to fix the problem. Otherwise, it compiles and
works without a hitch. Keep up the good work.
Thanks for the patch, Alejandro!
I can confirm the problem for system-type windows-nt.
Unfortunately your patch cannot be applied as submitted:
The patch is reversed.
Please use
diff OLD NEW
instead of
diff NEW OLD
in the future.
It also lacks a ChangeLog entry (best provided as contextless diff or
verbatim).
I will commit a superseding patch shortly.
Best regards,
Adrian
--- lisp/dumped-lisp.el 2005-01-08 13:17:36.015625000 -0500
+++ lisp/dumped-lisp.el~ 2005-01-08 13:16:18.062500000 -0500
@@ -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)
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/