branch: elpa/gnuplot
commit c520e946c4c255073041b180921c078e4982a687
Author: joddie <[email protected]>
Commit: joddie <[email protected]>
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 ; <HW>
- (gnuplot-setup-info-look))
(let ((completions (gnuplot-completion-at-point)))
(if completions
(let* ((beg (nth 0 completions))