Mercurial > hg > xemacs-beta
comparison src/mule-canna.c @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | 9f59509498e1 |
children | acd284d43ca1 |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
326 /* For whatever reason, calling Fding directly from libCanna loses */ | 326 /* For whatever reason, calling Fding directly from libCanna loses */ |
327 static void call_Fding() | 327 static void call_Fding() |
328 { | 328 { |
329 extern Lisp_Object Fding(); | 329 extern Lisp_Object Fding(); |
330 | 330 |
331 (void)Fding(Qnil, Qnil, Qnil); | 331 Fding (Qnil, Qnil, Qnil); |
332 } | 332 } |
333 | 333 |
334 DEFUN ("canna-initialize", Fcanna_initialize, 0, 3, 0, /* | 334 DEFUN ("canna-initialize", Fcanna_initialize, 0, 3, 0, /* |
335 Initialize ``canna'', which is a kana-to-kanji converter for GNU Emacs. | 335 Initialize ``canna'', which is a kana-to-kanji converter for GNU Emacs. |
336 The first arg specifies if inserting space character between BUNSETSU when | 336 The first arg specifies if inserting space character between BUNSETSU when |