From 8c2af4f0daab094f9123cfb9c573799d51400ead Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 26 Feb 2010 00:06:19 +0000 Subject: [PATCH] *** empty log message *** --- xex.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xex.js b/xex.js index 632733e..4fda842 100644 --- a/xex.js +++ b/xex.js @@ -1747,7 +1747,8 @@ MIM.im_domain.DefType (MIM.State.prototype); function Finsert_candidates (domain, vari, args) { var ic = domain.context; - var candidates = new MIM.Candidates (args, column); + var gsize = domain.variables['candidates_group_size']; + var candidates = new MIM.Candidates (args, gsize ? gsize.Intval : 0); ic.insert (candidates.Current (), candidates); return args[0]; } @@ -1925,7 +1926,6 @@ MIM.im_domain.DefType (MIM.State.prototype); this.domain.Defvar (vname); } vname = Xex.Term.Parse (this.domain, node) - MIM.log ('var:' + this.domain.variables[vname.val].name); } } parsers['command-list'] = function (node) -- 1.7.10.4