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))