From 1663ff4351a8b31013e5e9fe52d5b41b0a9862df Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 2 Dec 2012 01:27:19 -0500 Subject: [PATCH] minibuffer-read.js: whitespace, remove useless 'return' --- modules/minibuffer-read.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/minibuffer-read.js b/modules/minibuffer-read.js index 6911507..94babb5 100644 --- a/modules/minibuffer-read.js +++ b/modules/minibuffer-read.js @@ -286,11 +286,9 @@ text_entry_minibuffer_state.prototype = { } s.update_completions_done(x, update_display); }()); - // In case the completer actually already finished if (already_done) this.completions_cont = null; - return; } else this.update_completions_done(c, update_display); }, -- 2.11.4.GIT