diff options
author | Colin Walters <walters@gnu.org> | 2002-04-14 05:51:31 +0000 |
---|---|---|
committer | Colin Walters <walters@gnu.org> | 2002-04-14 05:51:31 +0000 |
commit | 4cb72a547806511eb811f7774fe367a0f0dc01e7 (patch) | |
tree | 0c8dca5ba34452998a7d99bd9b7b416f0b353a17 /lisp/calc/calc-bin.el | |
parent | 91da64426a85ffb408bae710492b932d4fdb0028 (diff) | |
download | emacs-4cb72a547806511eb811f7774fe367a0f0dc01e7.tar.gz |
Revert previous change.
Diffstat (limited to 'lisp/calc/calc-bin.el')
-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 @@ int (math-add int 1)))) (setq str (concat (math-format-number int) point str))) (when calc-group-digits - (require 'calc-ext) (setq str (math-group-float str)))) (setq figs 0)))) (or str |