comparison lisp/ChangeLog @ 4611:9c97a5a8c241

Backed out changeset 38e8af61f38d As Vin points out in 20a807210902110554s40c75beai334c005940f6446e@mail.gmail.com , the Windows-specific coding systems have no #'query-coding-region support right now, it is not yet appropriate to require #'query-coding-region support on Mule builds.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 11 Feb 2009 15:30:59 +0000
parents 38e8af61f38d
children ba06a6cae484
comparison
equal deleted inserted replaced
4610:38e8af61f38d 4611:9c97a5a8c241
1 2009-02-11 Aidan Kehoe <kehoea@parhasard.net>
2
3 * process.el (setenv):
4 Check whether the environment variable and value can be encoded by
5 the native coding system, error if not, as does GNU Emacs (but our
6 implementation is different).
7
8 2009-02-11 Aidan Kehoe <kehoea@parhasard.net> 1 2009-02-11 Aidan Kehoe <kehoea@parhasard.net>
9 2
10 * coding.el (query-coding-string): 3 * coding.el (query-coding-string):
11 Correct the order of arguments passed to #'query-coding-region. 4 Correct the order of arguments passed to #'query-coding-region.
12 (unencodable-char-position): 5 (unencodable-char-position):