diff lisp/dumped-lisp.el @ 5940:c608d4b0b75e cygwin64 tip

rescue lost branch from 64bit.backup
author Henry Thompson <ht@markup.co.uk>
date Thu, 16 Dec 2021 18:48:58 +0000
parents 69a08906ad27
children
line wrap: on
line diff
--- a/lisp/dumped-lisp.el	Fri Jul 24 14:48:46 2015 +0100
+++ b/lisp/dumped-lisp.el	Thu Dec 16 18:48:58 2021 +0000
@@ -180,7 +180,7 @@
        ;; may initialize coding systems
        (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)))
+       (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32 cygwin64)))
 	 "mule/mule-win32-init")
        "code-init" ; set up defaults
        ;; All files after this can have extended characters in them.