aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/calc/calc-arith.el
diff options
context:
space:
mode:
authorKenichi Handa <[email protected]>2003-09-08 11:56:09 +0000
committerKenichi Handa <[email protected]>2003-09-08 11:56:09 +0000
commit463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch)
tree3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /lisp/calc/calc-arith.el
parent4256310de631bd57c78b88b5131caa073315b3d7 (diff)
New directory
Diffstat (limited to 'lisp/calc/calc-arith.el')
-rw-r--r--lisp/calc/calc-arith.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/calc/calc-arith.el b/lisp/calc/calc-arith.el
index b8893bb3e1..0faef258b8 100644
--- a/lisp/calc/calc-arith.el
+++ b/lisp/calc/calc-arith.el
@@ -2793,5 +2793,4 @@
(math-commutative-collect (nth 2 b) (not neg)))
(setq bterms (cons (if neg (math-neg b) b) bterms)))))
-;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465
;;; calc-arith.el ends here