Skip to content

Commit 993ff27

Browse files
committed
Try to load gnuplot-eldoc without an error for now
1 parent e861069 commit 993ff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplot-context.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2213,7 +2213,7 @@ distribution. See gnuplot-context.el for details."
22132213
;; Setup Eldoc and try to load Eldoc strings
22142214
(add-hook 'eldoc-documentation-functions #'gnuplot-eldoc-function nil 'local)
22152215
(unless gnuplot-eldoc-hash
2216-
(load "gnuplot-eldoc" nil t)))
2216+
(load "gnuplot-eldoc" t t)))
22172217

22182218
;; Turn off
22192219
(setq gnuplot-completion-at-point-function #'gnuplot-completion-at-point-info-look)

0 commit comments

Comments
 (0)