Mercurial > hg > xemacs-beta
comparison src/mule-coding.c @ 4521:383ab474a241
Fix docstring typo.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Tue, 28 Oct 2008 10:38:26 +0900 |
parents | 1abf84db2c7f |
children | fc7067b7f407 |
comparison
equal
deleted
inserted
replaced
4520:279cadceaa13 | 4521:383ab474a241 |
---|---|
3337 static int | 3337 static int |
3338 ccl_putprop (Lisp_Object codesys, Lisp_Object key, Lisp_Object value) | 3338 ccl_putprop (Lisp_Object codesys, Lisp_Object key, Lisp_Object value) |
3339 { | 3339 { |
3340 Lisp_Object sym; | 3340 Lisp_Object sym; |
3341 struct ccl_program test_ccl; | 3341 struct ccl_program test_ccl; |
3342 Ascbyte *suffix; | 3342 const Ascbyte *suffix; |
3343 | 3343 |
3344 /* Check key first. */ | 3344 /* Check key first. */ |
3345 if (EQ (key, Qdecode)) | 3345 if (EQ (key, Qdecode)) |
3346 suffix = "-ccl-decode"; | 3346 suffix = "-ccl-decode"; |
3347 else if (EQ (key, Qencode)) | 3347 else if (EQ (key, Qencode)) |