From c520e946c4c255073041b180921c078e4982a687 Mon Sep 17 00:00:00 2001 From: joddie Date: Thu, 11 Oct 2012 13:25:50 +0100 Subject: [PATCH] Remove a redundant check for gnuplot-keywords-pending This prevents an unnecessary delay for info-look to build its cache, when using context-based completion and help lookup instead. --- gnuplot.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnuplot.el b/gnuplot.el index 1b1c3fa..21ef252 100644 --- a/gnuplot.el +++ b/gnuplot.el @@ -2826,8 +2826,6 @@ positions and COMPLETIONS is a list." Uses the cache of keywords generated by info-lookup and `comint-dynamic-simple-complete' to handle the actual completion." - (if gnuplot-keywords-pending ; - (gnuplot-setup-info-look)) (let ((completions (gnuplot-completion-at-point))) (if completions (let* ((beg (nth 0 completions))