1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Revert previous change.

This commit is contained in:
Colin Walters 2002-04-14 05:51:31 +00:00
parent 91da64426a
commit 4cb72a5478

View File

@ -677,7 +677,6 @@
int (math-add int 1)))) int (math-add int 1))))
(setq str (concat (math-format-number int) point str))) (setq str (concat (math-format-number int) point str)))
(when calc-group-digits (when calc-group-digits
(require 'calc-ext)
(setq str (math-group-float str)))) (setq str (math-group-float str))))
(setq figs 0)))) (setq figs 0))))
(or str (or str