emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gnuplot c520e94 075/184: Remove a redundant check for gnup


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot c520e94 075/184: Remove a redundant check for gnuplot-keywords-pending
Date: Sun, 29 Aug 2021 11:03:18 -0400 (EDT)

branch: elpa/gnuplot
commit c520e946c4c255073041b180921c078e4982a687
Author: joddie <jonxfield@gmail.com>
Commit: joddie <jonxfield@gmail.com>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]