]> git.eshelyaron.com Git - emacs.git/commit
Fix setting of line/point style in calc gnuplot
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Jan 2021 03:27:42 +0000 (04:27 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 27 Jan 2021 03:27:42 +0000 (04:27 +0100)
commit883c15fb3244500901bb30bddc66c26e8a6ba200
tree8279e6e41651915cd180cdbf6029c43215010fe7
parentf9cc2d48246fe8370e9286866e6115ba8e2acf44
Fix setting of line/point style in calc gnuplot

* lisp/calc/calc-graph.el (calc-graph-set-styles): Modern gnuplot
requires "ls" before the line style and "ps" before the point
style (bug#46070).
lisp/calc/calc-graph.el