Mercurial > hg > xemacs-beta
annotate nt/xemacs.dsw @ 5101:65f5d45edc87
fix auto-autoloads when default coding system is utf-8
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2010-02-26 Ben Wing <ben@xemacs.org>
* autoload.el (autoload-featurep-protect-autoloads):
Always insert a coding-system cookie, either raw-text-unix or
escape-quoted. As before, insert an error statement when an
escape-quoted auto-autoload is loaded in a non-Mule XEmacs.
This fixes problems when the default coding system is UTF-8,
as in Cygwin. Under some circumstances, the file can get
written out as raw text and read in as UTF-8, where invididual
high-bytes are usually invalid UTF-8 sequences and lead to
error octets in the buffer; when written out again, these
force escape-quoted. Result: auto-autoloads.el for the
source-tree lisp/ directory would end up as escape-quoted.
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 26 Feb 2010 07:44:49 -0600 |
parents | 2a199f37e01f |
children |
rev | line source |
---|---|
3363 | 1 Microsoft Developer Studio Workspace File, Format Version 6.00 |
2 # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! | |
3 | |
4 ############################################################################### | |
5 | |
6 Project: "xemacs"=".\xemacs.dsp" - Package Owner=<4> | |
7 | |
8 Package=<5> | |
9 {{{ | |
10 }}} | |
11 | |
12 Package=<4> | |
13 {{{ | |
14 }}} | |
15 | |
16 ############################################################################### | |
17 | |
18 Global: | |
19 | |
20 Package=<5> | |
21 {{{ | |
22 }}} | |
23 | |
24 Package=<3> | |
25 {{{ | |
26 }}} | |
27 | |
28 ############################################################################### | |
29 |