diff options
| author | Joakim Verona | 2011-11-22 15:46:22 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-11-22 15:46:22 +0100 |
| commit | a9c1e05adddf6011c61c0df582c5f2ed423f35c8 (patch) | |
| tree | 489fac119296416ba2f3530fd3bcb70efbbbdaa6 /src/ccl.c | |
| parent | 40bb789236e486a3f36eefb2840c293369ce2af3 (diff) | |
| parent | b5afc20930c91159a1cbf629bcaa7e251653dc74 (diff) | |
| download | emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.tar.gz emacs-a9c1e05adddf6011c61c0df582c5f2ed423f35c8.zip | |
upstream
Diffstat (limited to 'src/ccl.c')
| -rw-r--r-- | src/ccl.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -47,7 +47,7 @@ static Lisp_Object Qcode_conversion_map; | |||
| 47 | static Lisp_Object Qcode_conversion_map_id; | 47 | static Lisp_Object Qcode_conversion_map_id; |
| 48 | 48 | ||
| 49 | /* Symbols of ccl program have this property, a value of the property | 49 | /* Symbols of ccl program have this property, a value of the property |
| 50 | is an index for Vccl_protram_table. */ | 50 | is an index for Vccl_program_table. */ |
| 51 | static Lisp_Object Qccl_program_idx; | 51 | static Lisp_Object Qccl_program_idx; |
| 52 | 52 | ||
| 53 | /* Table of registered CCL programs. Each element is a vector of | 53 | /* Table of registered CCL programs. Each element is a vector of |
| @@ -826,7 +826,7 @@ while (0) | |||
| 826 | : (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code)))) | 826 | : (charset = CHARSET_FROM_ID ((id)), DECODE_CHAR (charset, (code)))) |
| 827 | 827 | ||
| 828 | /* Encode character C by some of charsets in CHARSET_LIST. Set ID to | 828 | /* Encode character C by some of charsets in CHARSET_LIST. Set ID to |
| 829 | the id of the used charset, ENCODED to the resulf of encoding. | 829 | the id of the used charset, ENCODED to the result of encoding. |
| 830 | Assume that we can use the variable `charset'. */ | 830 | Assume that we can use the variable `charset'. */ |
| 831 | 831 | ||
| 832 | #define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \ | 832 | #define CCL_ENCODE_CHAR(c, charset_list, id, encoded) \ |