From: Glenn Morris Date: Tue, 27 Nov 2007 07:56:49 +0000 (+0000) Subject: (math-map-binop): Fix declaration. X-Git-Tag: emacs-pretest-23.0.90~9413 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=996d0694f863f83d07c48613b04aec86a98592bf;p=emacs.git (math-map-binop): Fix declaration. --- diff --git a/lisp/calc/calc-nlfit.el b/lisp/calc/calc-nlfit.el index 2d84b1570ae..4019058a567 100644 --- a/lisp/calc/calc-nlfit.el +++ b/lisp/calc/calc-nlfit.el @@ -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."