From 1f40f23df71946fbed75881c6dca54eda94702c2 Mon Sep 17 00:00:00 2001 From: Narendra Joshi Date: Fri, 27 Mar 2020 21:51:09 +0100 Subject: [PATCH] Fix setting linestyle in calc-graph fns. --- lisp/calc/calc-graph.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 4cdfdbd4b9..be0e133c9c 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -1139,7 +1139,7 @@ calc-graph-set-styles (if (and lstyle (> lstyle 0)) (int-to-string lstyle) "1") " " (int-to-string pstyle)) (if (and lstyle (> lstyle 0)) - (insert " " (int-to-string lstyle))))))) + (insert " ls " (int-to-string lstyle))))))) (calc-graph-view-commands)) (defun calc-graph-zero-x (flag) -- 2.20.1