diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/calc/calc-bin.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calc/calc-bin.el b/lisp/calc/calc-bin.el index 16834483d7e..ffbbcd258b8 100644 --- a/lisp/calc/calc-bin.el +++ b/lisp/calc/calc-bin.el | |||
| @@ -677,7 +677,6 @@ | |||
| 677 | int (math-add int 1)))) | 677 | int (math-add int 1)))) |
| 678 | (setq str (concat (math-format-number int) point str))) | 678 | (setq str (concat (math-format-number int) point str))) |
| 679 | (when calc-group-digits | 679 | (when calc-group-digits |
| 680 | (require 'calc-ext) | ||
| 681 | (setq str (math-group-float str)))) | 680 | (setq str (math-group-float str)))) |
| 682 | (setq figs 0)))) | 681 | (setq figs 0)))) |
| 683 | (or str | 682 | (or str |