summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-math.el
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2009-11-20 00:58:54 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2009-11-20 00:58:54 +0000
commitd2e63e7573fd600e0497de20dda38c5677d56840 (patch)
tree3e2ae2d9fc8d66fedd7d6d884e1b7f16a4407a9f /lisp/calc/calc-math.el
parent22521c704029e99b78b09c5eb8ebf421a18888b8 (diff)
downloademacs-d2e63e7573fd600e0497de20dda38c5677d56840.tar.gz
(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.
Diffstat (limited to 'lisp/calc/calc-math.el')
-rw-r--r--lisp/calc/calc-math.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/calc/calc-math.el b/lisp/calc/calc-math.el
index 0f934e0af77..bee008075c5 100644
--- a/lisp/calc/calc-math.el
+++ b/lisp/calc/calc-math.el
@@ -108,6 +108,7 @@ If this can't be done, return NIL."
(string-to-number
(let
((calc-number-radix 10)
+ (calc-twos-complement-mode nil)
(calc-float-format (list 'float calc-internal-prec))
(calc-group-digits nil)
(calc-point-char "."))