comparison lisp/ChangeLog @ 4610:38e8af61f38d

Check if env vars are encodable by native coding system, #'setenv 2009-02-11 Aidan Kehoe <kehoea@parhasard.net> * process.el (setenv): Check whether the environment variable and value can be encoded by the native coding system, error if not, as does GNU Emacs (but our implementation is different).
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 11 Feb 2009 12:14:28 +0000
parents 33b8c874b2c8
children 9c97a5a8c241
comparison
equal deleted inserted replaced
4609:33b8c874b2c8 4610:38e8af61f38d
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
1 2009-02-11 Aidan Kehoe <kehoea@parhasard.net> 8 2009-02-11 Aidan Kehoe <kehoea@parhasard.net>
2 9
3 * coding.el (query-coding-string): 10 * coding.el (query-coding-string):
4 Correct the order of arguments passed to #'query-coding-region. 11 Correct the order of arguments passed to #'query-coding-region.
5 (unencodable-char-position): 12 (unencodable-char-position):