Revision: 6402
Author: ek.kato
Date: Sun May 30 20:46:27 2010
Log: * emacs/candidate.c (set_page_candidate) : Make static.

http://code.google.com/p/uim/source/detail?r=6402

Modified:
 /trunk/emacs/candidate.c

=======================================
--- /trunk/emacs/candidate.c    Sun May 30 19:44:48 2010
+++ /trunk/emacs/candidate.c    Sun May 30 20:46:27 2010
@@ -48,7 +48,8 @@
 }

 #if UIM_EL_USE_NEW_PAGE_HANDLING
-int set_page_candidates(uim_context context, candidate_info *cand)
+static int
+set_page_candidates(uim_context context, candidate_info *cand)
 {
   int i, nr_in_page, start;

Reply via email to