diff lisp/calc/calc-arith.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 0d8b17d428b5
children 562c6a62c99e 375f2633d815
line wrap: on
line diff
--- a/lisp/calc/calc-arith.el	Mon Sep 01 15:45:46 2003 +0000
+++ b/lisp/calc/calc-arith.el	Mon Sep 01 15:45:59 2003 +0000
@@ -2793,4 +2793,5 @@
 	  (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