]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJay Belanger <jay.p.belanger@gmail.com>
Thu, 25 Nov 2004 16:05:28 +0000 (16:05 +0000)
committerJay Belanger <jay.p.belanger@gmail.com>
Thu, 25 Nov 2004 16:05:28 +0000 (16:05 +0000)
lisp/ChangeLog

index 64681d3b2688c3d4d01ced9881afef296af89038..fc047f5042aa488c3e93ac15dc36d0d527358bc9 100644 (file)
        (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
        (math-sh-year): New variable.
        (math-setup-add-holidays, math-setup-holidays)
-       (math-setup-year-holiday): Replace variable `year' by declared
+       (math-setup-year-holidays): Replace variable `year' by declared
        variable.
 
        * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
        (math-nth-root-float, math-nth-root-float-iter): Replace variables
        n, nf and nfm1 by declared variables.
        (math-nri-n): New variable.
-       (math-nth-root-int, math-nth-root-int-iter): Replace variable n by
-       declared variable.
+       (math-nth-root-integer, math-nth-root-int-iter): Replace variable
+       n by declared variable.
        (calcFunc-log): Removed misplaced condition.
 
 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
        (math-stack-value-offset-fancy): Replace variables c, wid and off
        by declared variables.
        (math-comp-just, math-comp-comma-spc): New variables.
-       (math-compose-expr, math-compose-matrix): Replace variable `just'
-       by declared variable.
+       (math-compose-expr, math-compose-matrix): Replace variables `just'
+       and comma-spc by declared variable.
        (math-comp-vector-prec): New variable.
        (math-compose-expr, math-compose-matrix, math-compose-rows):
        Replace variable vector-prec by declared variable.