diff options
| author | Colin Walters | 2002-04-14 05:51:31 +0000 |
|---|---|---|
| committer | Colin Walters | 2002-04-14 05:51:31 +0000 |
| commit | 4cb72a547806511eb811f7774fe367a0f0dc01e7 (patch) | |
| tree | 0c8dca5ba34452998a7d99bd9b7b416f0b353a17 | |
| parent | 91da64426a85ffb408bae710492b932d4fdb0028 (diff) | |
| download | emacs-4cb72a547806511eb811f7774fe367a0f0dc01e7.tar.gz emacs-4cb72a547806511eb811f7774fe367a0f0dc01e7.zip | |
Revert previous change.
| -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 |