1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(calcFunc-vunpack): Let `calc-twos-complement-mode' be nil.

This commit is contained in:
Jay Belanger 2009-11-20 01:00:27 +00:00
parent 7b999abb57
commit e6e9cfbdc4

View file

@ -1338,6 +1338,7 @@
(if w (setq a (math-clip a w)))
(if (math-messy-integerp a) (setq a (math-trunc a)))
(let* ((calc-number-radix 2)
(calc-twos-complement-mode nil)
(neg (math-negp a))
(aa (if neg (math-sub -1 a) a))
(str (if (eq aa 0)