Skip to content

Commit 8731fb9

Browse files
author
James Wang
committed
Fix hanging in MS Windows
See emacs-gnuplot#15
1 parent 21f9046 commit 8731fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gnuplot.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ called by this function after all of STRING is sent to gnuplot."
19821982
(sleep-for (* 20 gnuplot-delay))
19831983
(while list
19841984
(insert (car list))
1985-
(comint-send-input)
1985+
(comint-send-input nil 1)
19861986
(sleep-for gnuplot-delay)
19871987
(setq list (cdr list))
19881988
(goto-char (point-max))))

0 commit comments

Comments
 (0)