aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/calc/calc-bin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el
index a011b06c28a..5aa41aab601 100644
--- a/lisp/calc/calc-bin.el
+++ b/lisp/calc/calc-bin.el
@@ -823,7 +823,7 @@ the size of a Calc bignum digit.")
823;;; Two's complement mode 823;;; Two's complement mode
824 824
825(defun math-format-twos-complement (a) 825(defun math-format-twos-complement (a)
826 "Format an integer in complement signed mode." 826 "Format an integer in two's complement mode."
827 (let* (;(calc-leading-zeros t) 827 (let* (;(calc-leading-zeros t)
828 (overflow nil) 828 (overflow nil)
829 (negative nil) 829 (negative nil)