We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e861069 commit 993ff27Copy full SHA for 993ff27
gnuplot-context.el
@@ -2213,7 +2213,7 @@ distribution. See gnuplot-context.el for details."
2213
;; Setup Eldoc and try to load Eldoc strings
2214
(add-hook 'eldoc-documentation-functions #'gnuplot-eldoc-function nil 'local)
2215
(unless gnuplot-eldoc-hash
2216
- (load "gnuplot-eldoc" nil t)))
+ (load "gnuplot-eldoc" t t)))
2217
2218
;; Turn off
2219
(setq gnuplot-completion-at-point-function #'gnuplot-completion-at-point-info-look)
0 commit comments