X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/88cf3347895cd2af986ab73c77b96abccfb153c9..c0db575568c7ad9b31279481a8d53b6f52cb1438:/lisp/calc/calc-aent.el diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index 712acfa686..5b93a54439 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el @@ -1020,11 +1020,9 @@ in Calc algebraic input.") x)) (defun math-remove-percentsigns (x) - (if (string-match "^%" x) - (setq x (concat "I#'" (substring x 1)))) (if (string-match "\\`\\(.*\\)%\\(.*\\)\\'" x) (math-remove-percentsigns - (concat (math-match-substring x 1) "'" (math-match-substring x 2))) + (concat (math-match-substring x 1) "o'o" (math-match-substring x 2))) x)) (defun math-restore-dashes (x)