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:
parent
7b999abb57
commit
e6e9cfbdc4
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue