Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 11 12:11:26 2009 +0000 +++ b/lisp/ChangeLog Wed Feb 11 12:14:28 2009 +0000 @@ -1,3 +1,10 @@ +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). + 2009-02-11 Aidan Kehoe <kehoea@parhasard.net> * coding.el (query-coding-string):