diff options
| author | Kenichi Handa | 2004-04-12 07:33:45 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-04-12 07:33:45 +0000 |
| commit | cefd8c4ff79c9e5dbd68d27464d0fa59c880e1b3 (patch) | |
| tree | 7a6465a86fee81f4603d473fc6aa92068fb24140 /src | |
| parent | 33f91981f796c45cdc4b059011dc058e7cd3ffbc (diff) | |
| download | emacs-cefd8c4ff79c9e5dbd68d27464d0fa59c880e1b3.tar.gz emacs-cefd8c4ff79c9e5dbd68d27464d0fa59c880e1b3.zip | |
Sync to HEAD.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 11 | ||||
| -rw-r--r-- | src/charset.h | 3 | ||||
| -rw-r--r-- | src/coding.h | 3 |
3 files changed, 14 insertions, 3 deletions
diff --git a/src/charset.c b/src/charset.c index 8f044f1e1ad..a4967c65a9a 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1310,9 +1310,11 @@ check_iso_charset_parameter (dimension, chars, final_char) | |||
| 1310 | 1310 | ||
| 1311 | DEFUN ("declare-equiv-charset", Fdeclare_equiv_charset, Sdeclare_equiv_charset, | 1311 | DEFUN ("declare-equiv-charset", Fdeclare_equiv_charset, Sdeclare_equiv_charset, |
| 1312 | 4, 4, 0, | 1312 | 4, 4, 0, |
| 1313 | doc: /* | 1313 | doc: /* Declare an equivalent charset for ISO-2022 decoding. |
| 1314 | Declare a charset of DIMENSION, CHARS, FINAL-CHAR is the same as CHARSET. | 1314 | |
| 1315 | CHARSET should be defined by `define-charset' in advance. */) | 1315 | On decoding by an ISO-2022 base coding system, when a charset |
| 1316 | specified by DIMENSION, CHARS, and FINAL-CHAR is designated, behave as | ||
| 1317 | if CHARSET is designated instead. */) | ||
| 1316 | (dimension, chars, final_char, charset) | 1318 | (dimension, chars, final_char, charset) |
| 1317 | Lisp_Object dimension, chars, final_char, charset; | 1319 | Lisp_Object dimension, chars, final_char, charset; |
| 1318 | { | 1320 | { |
| @@ -2156,3 +2158,6 @@ syms_of_charset () | |||
| 2156 | } | 2158 | } |
| 2157 | 2159 | ||
| 2158 | #endif /* emacs */ | 2160 | #endif /* emacs */ |
| 2161 | |||
| 2162 | /* arch-tag: 66a89b8d-4c28-47d3-9ca1-56f78440d69f | ||
| 2163 | (do not change this comment) */ | ||
diff --git a/src/charset.h b/src/charset.h index a8e162d1a30..9213853ea5c 100644 --- a/src/charset.h +++ b/src/charset.h | |||
| @@ -544,3 +544,6 @@ extern void map_charset_chars P_ ((void (*) (Lisp_Object, Lisp_Object), | |||
| 544 | EXFUN (Funify_charset, 3); | 544 | EXFUN (Funify_charset, 3); |
| 545 | 545 | ||
| 546 | #endif /* EMACS_CHARSET_H */ | 546 | #endif /* EMACS_CHARSET_H */ |
| 547 | |||
| 548 | /* arch-tag: 3b96db55-4961-481d-ac3e-219f46a2b3aa | ||
| 549 | (do not change this comment) */ | ||
diff --git a/src/coding.h b/src/coding.h index f5aae3467a0..83f6e0cbf28 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -775,3 +775,6 @@ extern char emacs_mule_bytes[256]; | |||
| 775 | extern int emacs_mule_string_char P_ ((unsigned char *)); | 775 | extern int emacs_mule_string_char P_ ((unsigned char *)); |
| 776 | 776 | ||
| 777 | #endif /* EMACS_CODING_H */ | 777 | #endif /* EMACS_CODING_H */ |
| 778 | |||
| 779 | /* arch-tag: 2bc3b4fa-6870-4f64-8135-b962b2d290e4 | ||
| 780 | (do not change this comment) */ | ||