comparison lisp/calc/calc-macs.el @ 41385:374bc275366a

Delete empty line at the end of file.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 23 Nov 2001 06:06:01 +0000
parents 6ab668229754
children b7527fba7b15
comparison
equal deleted inserted replaced
41384:5b80d417cf80 41385:374bc275366a
199 (= (math-compare-bignum (cdr a) (cdr b)) -1)) 199 (= (math-compare-bignum (cdr a) (cdr b)) -1))
200 (or (consp b) 200 (or (consp b)
201 (< a b)))) 201 (< a b))))
202 202
203 ;;; calc-macs.el ends here 203 ;;; calc-macs.el ends here
204