From: morioka Date: Sun, 16 Mar 1997 02:49:17 +0000 (+0000) Subject: fixed type about `canna-mode-string'. X-Git-Tag: emacs-canna-199811302358^2 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Femacs-canna.git;a=commitdiff_plain;h=refs%2Fheads%2Funlabeled-1.35.1 fixed type about `canna-mode-string'. --- diff --git a/canna.c b/canna.c index b878b93..f2f65f5 100644 --- a/canna.c +++ b/canna.c @@ -143,7 +143,7 @@ */ #ifndef lint -static char rcs_id[] = "$Id: canna.c,v 1.35.1.2 1997-03-06 12:48:05 morioka Exp $"; +static char rcs_id[] = "$Id: canna.c,v 1.35.1.3 1997-03-16 02:49:17 morioka Exp $"; #endif #include @@ -360,7 +360,7 @@ jrKanjiStatus *ks; #ifndef CANNA_EMACS_DL Vcanna_mode_string = Qnil; #else /* CANNA_EMACS_DL */ - Fset(intern("canna-ichiran-string"), Qnil); + Fset(intern("canna-mode-string"), Qnil); #endif if (ks->info & KanjiModeInfo) { #ifndef CANNA_EMACS_DL