Mercurial > emacs
changeset 68390:4eba2f413d20
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 26 Jan 2006 00:40:12 +0000 |
parents | ee72dfb5a3cd |
children | 64fbda7a8666 |
files | src/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Jan 26 00:39:15 2006 +0000 +++ b/src/ChangeLog Thu Jan 26 00:40:12 2006 +0000 @@ -1,3 +1,9 @@ +2006-01-26 Kenichi Handa <handa@m17n.org> + + * callproc.c (Fcall_process): GCPRO error_file. Encode infile, + current_dir, and error_file. On reporting an error, decode them + back. + 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca> * regex.c (IMMEDIATE_QUIT_CHECK): Use it with SYNC_INPUT as well.