From 22521c704029e99b78b09c5eb8ebf421a18888b8 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Fri, 20 Nov 2009 00:58:28 +0000 Subject: [PATCH] (calc-graph-plot): Let `calc-twos-complement-mode' be nil. --- lisp/calc/calc-graph.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5