aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorMiles Bader2006-11-21 08:56:38 +0000
committerMiles Bader2006-11-21 08:56:38 +0000
commiteeb7eaa88482114822730380196f4e7a3c0870dd (patch)
treee8c3861b628ad53c6b8f158b74d1be8bd8590aeb /src/coding.c
parentb15d6f4265b10fbc413caca03246feff9c87d53e (diff)
parenta98d0b8e8948293de119c4cdd7a8c79318ad82fa (diff)
downloademacs-eeb7eaa88482114822730380196f4e7a3c0870dd.tar.gz
emacs-eeb7eaa88482114822730380196f4e7a3c0870dd.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 505-522) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: etc/TUTORIAL.cn: Updated. - Merge from erc--emacs--22 * gnus--rel--5.10 (patch 164-167) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-137
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index 644f649ad36..28ab86c43fc 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -8184,7 +8184,7 @@ Return the corresponding character. */)
8184 8184
8185 8185
8186DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0, 8186DEFUN ("encode-sjis-char", Fencode_sjis_char, Sencode_sjis_char, 1, 1, 0,
8187 doc: /* Encode a Japanese character CHAR to shift_jis encoding. 8187 doc: /* Encode a Japanese character CH to shift_jis encoding.
8188Return the corresponding code in SJIS. */) 8188Return the corresponding code in SJIS. */)
8189 (ch) 8189 (ch)
8190 Lisp_Object ch; 8190 Lisp_Object ch;
@@ -8252,7 +8252,7 @@ Return the corresponding character. */)
8252} 8252}
8253 8253
8254DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0, 8254DEFUN ("encode-big5-char", Fencode_big5_char, Sencode_big5_char, 1, 1, 0,
8255 doc: /* Encode the Big5 character CHAR to BIG5 coding system. 8255 doc: /* Encode the Big5 character CH to BIG5 coding system.
8256Return the corresponding character code in Big5. */) 8256Return the corresponding character code in Big5. */)
8257 (ch) 8257 (ch)
8258 Lisp_Object ch; 8258 Lisp_Object ch;