From: Jay Belanger Date: Fri, 20 Nov 2009 00:56:28 +0000 (+0000) Subject: (math-compose-expr): Let `calc-twos-complement-mode' be nil. X-Git-Tag: emacs-pretest-23.1.90~327 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=064cb7e6e4622caac89f2446e7161c81a0bbcfd1;p=emacs.git (math-compose-expr): Let `calc-twos-complement-mode' be nil. --- diff --git a/lisp/calc/calccomp.el b/lisp/calc/calccomp.el index 5ad798abb56..8c168244704 100644 --- a/lisp/calc/calccomp.el +++ b/lisp/calc/calccomp.el @@ -377,7 +377,8 @@ (list 'horiz "(" (math-compose-expr (nth 1 a) 0) ")") (math-compose-expr (nth 1 a) 201)) (let ((calc-language 'flat) - (calc-number-radix 10)) + (calc-number-radix 10) + (calc-twos-complement-mode nil)) (math-compose-expr (nth 2 a) 0)))) ((and (eq (car a) '/) (eq calc-language 'big))