Mercurial > emacs
diff src/ccl.h @ 80310:27c07affc710
(struct ccl_program): New member quit_silently.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Mon, 10 Mar 2008 12:16:47 +0000 |
| parents | fc2bcd2a8aad |
| children | 4e76a03232e5 |
line wrap: on
line diff
--- a/src/ccl.h Mon Mar 10 02:39:57 2008 +0000 +++ b/src/ccl.h Mon Mar 10 12:16:47 2008 +0000 @@ -76,6 +76,9 @@ CCL_WRITE_CHAR. After execution, if no such byte is written, set this value to zero. */ + int quit_silently; /* If nonzero, don't append "CCL: + Quitted" to the generated text when + CCL program is quitted. */ }; /* This data type is used for the spec field of the structure
