Mercurial > emacs
changeset 58574:b7bee1a14f1e
*** empty log message ***
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Sat, 27 Nov 2004 04:31:08 +0000 |
parents | 87c7dff39cb0 |
children | d6700fc5f1d6 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <belanger@truman.edu> + + * 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 <storm@cua.dk> * progmodes/flymake.el: Use (featurep 'xemacs).