diff options
| author | Miles Bader | 2007-08-13 13:48:35 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-13 13:48:35 +0000 |
| commit | b2e6b10fe2d40020a75ab0025af98a4abf339cd2 (patch) | |
| tree | db265e5ea93cdc13f8e3b54ed5c7ad2869d50ec9 /src/coding.h | |
| parent | 905350bef3ebc514a418658dd155c1d062664b56 (diff) | |
| parent | 37cc095b6a175fb5a2fb18fa029eaf3aa3b3fa53 (diff) | |
| download | emacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.tar.gz emacs-b2e6b10fe2d40020a75ab0025af98a4abf339cd2.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 846-851)
- Update from CVS
- Merge from emacs--rel--22
* emacs--rel--22 (patch 88-92)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 242-244)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-246
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index d4b159c3dfa..134402f3256 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -212,7 +212,7 @@ enum coding_attr_index | |||
| 212 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ | 212 | hash_lookup (XHASH_TABLE (Vcoding_system_hash_table), \ |
| 213 | coding_system_symbol, NULL) | 213 | coding_system_symbol, NULL) |
| 214 | 214 | ||
| 215 | /* Return 1 iff CODING_SYSTEM_SYMBOL is a coding system. */ | 215 | /* Return 1 if CODING_SYSTEM_SYMBOL is a coding system. */ |
| 216 | 216 | ||
| 217 | #define CODING_SYSTEM_P(coding_system_symbol) \ | 217 | #define CODING_SYSTEM_P(coding_system_symbol) \ |
| 218 | (CODING_SYSTEM_ID (coding_system_symbol) >= 0 \ | 218 | (CODING_SYSTEM_ID (coding_system_symbol) >= 0 \ |
| @@ -421,7 +421,7 @@ struct coding_system | |||
| 421 | Lisp_Object dst_object; | 421 | Lisp_Object dst_object; |
| 422 | unsigned char *destination; | 422 | unsigned char *destination; |
| 423 | 423 | ||
| 424 | /* Set to 1 iff the source of conversion is not in the member | 424 | /* Set to 1 if the source of conversion is not in the member |
| 425 | `charbuf', but at `src_object'. */ | 425 | `charbuf', but at `src_object'. */ |
| 426 | int chars_at_source; | 426 | int chars_at_source; |
| 427 | 427 | ||