(math-build-units-table-buffer): Let `calc-twos-complement-mode' be nil.

This commit is contained in:
Jay Belanger 2009-11-20 00:59:50 +00:00
parent f3550dacbc
commit 7b999abb57

View file

@ -1456,6 +1456,7 @@ If EXPR is nil, return nil."
(calc-float-format '(float 0))
(calc-group-digits nil)
(calc-number-radix 10)
(calc-twos-complement-mode nil)
(calc-point-char ".")
(std nil)
u name shadowed)