comparison 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
comparison
equal deleted inserted replaced
5928:2f34b59f451a 5940:c608d4b0b75e
178 "mule/mule-composite" 178 "mule/mule-composite"
179 )) 179 ))
180 ;; may initialize coding systems 180 ;; may initialize coding systems
181 (when (featurep '(and mule x)) "mule/mule-x-init") 181 (when (featurep '(and mule x)) "mule/mule-x-init")
182 (when (featurep '(and mule tty)) "mule/mule-tty-init") 182 (when (featurep '(and mule tty)) "mule/mule-tty-init")
183 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32))) 183 (when (and (featurep 'mule) (memq system-type '(windows-nt cygwin32 cygwin64)))
184 "mule/mule-win32-init") 184 "mule/mule-win32-init")
185 "code-init" ; set up defaults 185 "code-init" ; set up defaults
186 ;; All files after this can have extended characters in them. 186 ;; All files after this can have extended characters in them.
187 (when (featurep 'mule) 187 (when (featurep 'mule)
188 '("mule/mule-category" 188 '("mule/mule-category"