Files
emacs/lisp
Jay Belanger 03cc1abafe (calc-curve-nvars, calc-curve-varnames, calc-curve-model)
(calc-curve-coefnames): New variable.
(calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
varnames, model and coefnames by declared variables.

(math-root-widen): New variable.
(math-search-root, math-find-root): Replace variable root-widen by
declared variable.

(var-DUMMY): Declare it.
(math-root-vars, math-min-vars): Move the declarations to earlier in
the file.

(math-brent-min): Make d a local variable.

(math-find-minimum): Replace non-existent variable.

(math-ninteg-romberg): Remove unnecessary variable.

(math-ninteg-temp): New variable.
(math-ninteg-romberg, math-ninteg-midpoint): Replace variable
integ-temp by declared variable.

(math-fit-first-var, math-fit-first-coef, math-fit-new-coefs): New variables.
(math-general-fit): Replace variables first-var, first-coef and
new-coefs by declared variables.
(calcFunc-fitvar): Replace variable first-var by declared variable.
(calcFunc-fitparam): Replace variable first-coef by declared variable.
(calcFunc-fitdummy): Replace variable new-coefs by declared variable.

(math-all-vars-vars, math-all-vars-found): New variables.
(math-all-vars-in, math-all-vars-rec): Replace variables vars and
found by declared variable math-all-vars-vars.
2004-11-21 05:55:43 +00:00
..
2004-09-07 04:15:56 +00:00
2004-11-07 04:00:18 +00:00
2004-10-27 19:52:02 +00:00
2004-11-16 02:54:06 +00:00
2004-08-01 03:56:05 +00:00
2004-11-01 07:32:17 +00:00
2004-10-27 17:46:33 +00:00
2004-08-20 21:59:42 +00:00
2004-09-08 10:47:13 +00:00
2004-11-11 23:04:45 +00:00
2004-11-14 06:21:11 +00:00
2004-09-19 02:14:14 +00:00
2004-11-02 14:17:44 +00:00
2004-07-29 01:47:01 +00:00
2004-11-11 23:47:15 +00:00
2004-03-10 00:47:45 +00:00
2004-06-13 13:38:14 +00:00
2004-11-10 10:45:59 +00:00
2004-11-02 14:18:10 +00:00
2004-11-14 23:24:14 +00:00
2004-04-30 21:06:00 +00:00
2004-10-30 22:39:27 +00:00
2004-11-20 23:31:55 +00:00
2004-03-25 10:35:07 +00:00
2004-11-20 14:09:10 +00:00
2004-08-22 10:58:41 +00:00
2004-11-01 23:06:32 +00:00
2004-10-31 23:44:57 +00:00
2004-10-16 15:31:28 +00:00
2004-10-19 06:15:15 +00:00
2004-11-11 23:45:52 +00:00
2004-11-18 00:11:32 +00:00
2004-07-27 02:10:51 +00:00
2004-03-16 09:52:37 +00:00
2004-10-31 22:52:54 +00:00
2004-11-16 17:11:00 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-05-09 19:07:46 +00:00
2004-11-20 19:08:45 +00:00
2004-11-16 17:05:18 +00:00
2004-11-06 14:49:45 +00:00
2004-10-17 07:05:11 +00:00
2004-06-14 00:20:28 +00:00
2004-11-19 15:08:32 +00:00
2004-09-07 04:48:04 +00:00
2004-11-19 15:10:57 +00:00
2004-10-26 08:36:11 +00:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
`term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.