comparison lisp/ChangeLog @ 58574:b7bee1a14f1e

*** empty log message ***
author Jay Belanger <jay.p.belanger@gmail.com>
date Sat, 27 Nov 2004 04:31:08 +0000
parents b5f77e7bd232
children 5b1b799663a2
comparison
equal deleted inserted replaced
58573:87c7dff39cb0 58574:b7bee1a14f1e
1 2004-11-27 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
4 variable.
5 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
6 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7 (math-alg-inequalities): Move declaration to earlier in the file.
8
9 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11 Declare them.
12
13 * calc/calc-lang.el (math-expr-data, math-expr-token)
14 (math-exp-old-pos): Declare them.
15
16 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
17 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
18
1 2004-11-27 Kim F. Storm <storm@cua.dk> 19 2004-11-27 Kim F. Storm <storm@cua.dk>
2 20
3 * progmodes/flymake.el: Use (featurep 'xemacs). 21 * progmodes/flymake.el: Use (featurep 'xemacs).
4 (flymake-makehash): Change to defsubst. Use fboundp. 22 (flymake-makehash): Change to defsubst. Use fboundp.
5 (flymake-time-to-float): Remove. 23 (flymake-time-to-float): Remove.