From: Jay Belanger Date: Sat, 27 Nov 2004 04:31:08 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=670c001543950c51cb9322312b72e106c3819299;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e91d6d81a9e..3b17785f2c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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).