From 0b1d5e2141aba460f5b9738c7de97863caed4521 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Mon, 19 Jul 2010 11:34:51 -0400 Subject: [PATCH] hints_minibuffer_state.handle_auto_exit: fix bug remove extra argument which broke handling of 'ambiguous' --- modules/hints.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hints.js b/modules/hints.js index eeb0c1c..72f6778 100644 --- a/modules/hints.js +++ b/modules/hints.js @@ -456,7 +456,7 @@ hints_minibuffer_state.prototype = { this.url_panel.update(); }, - handle_auto_exit: function (m, ambiguous) { + handle_auto_exit: function (ambiguous) { var window = this.minibuffer.window; var num = this.manager.current_hint_number; if (!this.auto_exit) -- 2.11.4.GIT