Skip to content

Commit

Permalink
Fix hanging in MS Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wang committed Jun 15, 2018
1 parent 21f9046 commit 8731fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnuplot.el
Original file line number Diff line number Diff line change
Expand Up @@ -1982,7 +1982,7 @@ called by this function after all of STRING is sent to gnuplot."
(sleep-for (* 20 gnuplot-delay))
(while list
(insert (car list))
(comint-send-input)
(comint-send-input nil 1)
(sleep-for gnuplot-delay)
(setq list (cdr list))
(goto-char (point-max))))
Expand Down

0 comments on commit 8731fb9

Please sign in to comment.