Mercurial > emacs
comparison lisp/ChangeLog @ 110976:c62e42a9ebc4
calc-alg.el (math-var): Renamed from `var'.
(math-is-polynomial, math-is-poly-rec): Replace `var' with `math-var'.
calcalg2.el (math-var): Renamed from `var'.
(calcFunc-table, math-scan-for-limits): Replace `var' with `math-var'.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Wed, 13 Oct 2010 22:14:38 -0500 |
parents | dff76f22a051 |
children | a5cd85a6290e |
comparison
equal
deleted
inserted
replaced
110975:e0ac9a58795e | 110976:c62e42a9ebc4 |
---|---|
1 2010-10-14 Jay Belanger <jay.p.belanger@gmail.com> | |
2 | |
3 * calc/calc-alg.el (math-var): Renamed from `var'. | |
4 (math-is-polynomial, math-is-poly-rec): Replace `var' | |
5 with `math-var'. | |
6 | |
7 * calc/calcalg2.el (math-var): Renamed from `var'. | |
8 (calcFunc-table, math-scan-for-limits): Replace `var' | |
9 with `math-var'. | |
10 | |
1 2010-10-13 Glenn Morris <rgm@gnu.org> | 11 2010-10-13 Glenn Morris <rgm@gnu.org> |
2 | 12 |
3 * subr.el (last): Deal with dotted lists (reported in bug#7174). | 13 * subr.el (last): Deal with dotted lists (reported in bug#7174). |
4 | 14 |
5 2010-10-13 Stephen Berman <stephen.berman@gmx.net> | 15 2010-10-13 Stephen Berman <stephen.berman@gmx.net> |