comparison lisp/calc/calc-math.el @ 41386:593f7009284d

Delete empty lines at the end of file.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 23 Nov 2001 06:06:41 +0000
parents fcd507927105
children 0f4506820432
comparison
equal deleted inserted replaced
41385:374bc275366a 41386:593f7009284d
1674 ((math-infinitep a) a) 1674 ((math-infinitep a) a)
1675 (t (list 'calcFunc-deg a)))) 1675 (t (list 'calcFunc-deg a))))
1676 (put 'calcFunc-deg 'math-expandable t) 1676 (put 'calcFunc-deg 'math-expandable t)
1677 1677
1678 ;;; calc-math.el ends here 1678 ;;; calc-math.el ends here
1679
1680