diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/calc/calc-graph.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-graph.el b/lisp/calc/calc-graph.el index 31bb01953df..147a661a5b2 100644 --- a/lisp/calc/calc-graph.el +++ b/lisp/calc/calc-graph.el @@ -505,6 +505,7 @@ (let ((calc-group-digits nil) (calc-leading-zeros nil) (calc-number-radix 10) + (calc-twos-complement-mode nil) (entry (and (not calc-graph-is-splot) (list calc-graph-xp calc-graph-yp calc-graph-xhigh calc-graph-numsteps)))) (or (equal entry |