Ville Skyttä wrote:
> In "xemacs-21.4.10 -vanilla", with the sumo package of
2003-02-05
> installed, hexl-find-file produces the following error message:
>
> Symbol's function definition is void: get-coding-system
Eek. get-coding-system is defined only in Mule XEmacsen, and invoking
`find-file' with the optional CODESYS argument uses it, no matter
whether running on Mule or not.
It isn't MULE-specific; it's present if either --with-file-coding or
--with-mule are used (--with-file-coding is enabled by default on
Windows).
+ (if (featurep 'mule)
(if (featurep 'file-coding)
--
Glynn Clements <glynn.clements(a)virgin.net>