Mercurial > emacs
changeset 86506:73907d4ce6a6
(math-map-binop): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Nov 2007 07:56:49 +0000 |
parents | 57dbfd2f9cd6 |
children | b7cc783e1692 |
files | lisp/calc/calc-nlfit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-nlfit.el Tue Nov 27 07:38:21 2007 +0000 +++ b/lisp/calc/calc-nlfit.el Tue Nov 27 07:56:49 2007 +0000 @@ -65,7 +65,7 @@ ;; Declare functions which are defined elsewhere. (declare-function calc-get-fit-variables "calcalg3" (nv nc &optional defv defc with-y homog)) -(declare-function math-map-binop "calclalg3" (binop args1 args2)) +(declare-function math-map-binop "calcalg3" (binop args1 args2)) (defun math-nlfit-least-squares (xdata ydata &optional sdata sigmas) "Return the parameters A and B for the best least squares fit y=a+bx."