Author: iratqq
Date: Tue Mar 24 10:30:17 2009
New Revision: 5937

Modified:
   trunk/scm/look-custom.scm

Log:
* scm/look-custom.scm (look-candidates-max):
  - Oops, commit it.


Modified: trunk/scm/look-custom.scm
==============================================================================
--- trunk/scm/look-custom.scm   (original)
+++ trunk/scm/look-custom.scm   Tue Mar 24 10:30:17 2009
@@ -59,6 +59,12 @@
   (N_ "[Look] beginning character length of predicting")
   (N_ "long description will be here."))

+(define-custom 'look-candidates-max 20
+  '(look)
+  '(integer 1 65535)
+  (N_ "[Look] max words of candidates")
+  (N_ "long description will be here."))
+
 (define-custom 'look-prepared-words 0
   '(look)
   '(integer 0 65535)

Reply via email to