# HG changeset patch # User Jay Belanger # Date 1101529868 0 # Node ID b7bee1a14f1eda75727d954f422473175f0eb890 # Parent 87c7dff39cb0853c4c2f42da7fea496dbb4abb93 *** empty log message *** diff -r 87c7dff39cb0 -r b7bee1a14f1e lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 27 04:13:08 2004 +0000 +++ b/lisp/ChangeLog Sat Nov 27 04:31:08 2004 +0000 @@ -1,3 +1,21 @@ +2004-11-27 Jay Belanger + + * calc/calc-aent.el (calc-eval-error): Declare and initialize the + variable. + (calc-eval-error): Don't check if the variable calc-eval-error is bound. + (calc-buffer, calc-digit-value, math-expr-data): Declare them. + (math-alg-inequalities): Move declaration to earlier in the file. + + * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer) + (calc-gnuplot-input, math-normalize-a, math-integral-cache): + Declare them. + + * calc/calc-lang.el (math-expr-data, math-expr-token) + (math-exp-old-pos): Declare them. + + * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos) + (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them. + 2004-11-27 Kim F. Storm * progmodes/flymake.el: Use (featurep 'xemacs).