Mercurial > emacs
changeset 49666:9f435c19ea6f
(struct Lisp_Process): New member filter_multibyte.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 10 Feb 2003 07:45:13 +0000 |
parents | c102e97c89eb |
children | cbec1327e2f1 |
files | src/process.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/process.h Mon Feb 10 07:44:18 2003 +0000 +++ b/src/process.h Mon Feb 10 07:45:13 2003 +0000 @@ -98,6 +98,12 @@ /* Flag to set coding-system of the process buffer from the coding_system used to decode process output. */ Lisp_Object inherit_coding_system_flag; + /* Flat to decide the multibyteness of a string given to the + filter (if any). It is initialized to the value of + `default-enable-multibyte-characters' when the process is + generated, and can be changed by the function + `set-process-fileter-multibyte'. */ + Lisp_Object filter_multibyte; }; /* Every field in the preceding structure except for the first two