diff options
| author | Kenichi Handa | 2008-03-10 12:16:47 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-03-10 12:16:47 +0000 |
| commit | 7a1dd8de8f17a4c858d8fb5a34890fc65f33823b (patch) | |
| tree | c53b96a5d9abf6e8c07369dfbc5aaf508f4c4325 /src | |
| parent | 3796e315640fee3feb81091d27196a38f437c8d9 (diff) | |
| download | emacs-7a1dd8de8f17a4c858d8fb5a34890fc65f33823b.tar.gz emacs-7a1dd8de8f17a4c858d8fb5a34890fc65f33823b.zip | |
(struct ccl_program): New member quit_silently.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ccl.h | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -76,6 +76,9 @@ struct ccl_program { | |||
| 76 | CCL_WRITE_CHAR. After execution, | 76 | CCL_WRITE_CHAR. After execution, |
| 77 | if no such byte is written, set | 77 | if no such byte is written, set |
| 78 | this value to zero. */ | 78 | this value to zero. */ |
| 79 | int quit_silently; /* If nonzero, don't append "CCL: | ||
| 80 | Quitted" to the generated text when | ||
| 81 | CCL program is quitted. */ | ||
| 79 | }; | 82 | }; |
| 80 | 83 | ||
| 81 | /* This data type is used for the spec field of the structure | 84 | /* This data type is used for the spec field of the structure |