diff options
| author | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 00:58:28 +0000 |
|---|---|---|
| committer | Jay Belanger <jay.p.belanger@gmail.com> | 2009-11-20 00:58:28 +0000 |
| commit | 22521c704029e99b78b09c5eb8ebf421a18888b8 (patch) | |
| tree | ce89306dc70abc888b58e687d80ef1e9fc4edadb /lisp/calc | |
| parent | d389fbcb3ff65a056455db2d3b9e76407656a8e4 (diff) | |
| download | emacs-22521c704029e99b78b09c5eb8ebf421a18888b8.tar.gz | |
(calc-graph-plot): Let `calc-twos-complement-mode' be nil.
Diffstat (limited to 'lisp/calc')
| -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 |
