(math-use-emacs-fn): Let `calc-twos-complement-mode' be nil.

This commit is contained in:
Jay Belanger 2009-11-20 00:58:54 +00:00
parent 22521c7040
commit d2e63e7573

View file

@ -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 "."))