comparison lisp/calc/calc-macs.el @ 52401:695cf19ef79e

Add arch taglines
author Miles Bader <miles@gnu.org>
date Mon, 01 Sep 2003 15:45:59 +0000
parents 0d8b17d428b5
children d48ee50961f3 375f2633d815
comparison
equal deleted inserted replaced
52400:b32a475b367f 52401:695cf19ef79e
199 (and (consp b) 199 (and (consp b)
200 (= (math-compare-bignum (cdr a) (cdr b)) -1)) 200 (= (math-compare-bignum (cdr a) (cdr b)) -1))
201 (or (consp b) 201 (or (consp b)
202 (< a b)))) 202 (< a b))))
203 203
204 ;;; arch-tag: 08ba8ec2-fcff-4b80-a079-ec661bdb057e
204 ;;; calc-macs.el ends here 205 ;;; calc-macs.el ends here