From b09c4bb49720d1976de5b1fff6f81db26e8f3af5 Mon Sep 17 00:00:00 2001 From: Jay Belanger Date: Tue, 27 Nov 2007 04:07:42 +0000 Subject: [PATCH] (calc-get-fit-variables): Declare as a function. --- lisp/calc/calc-nlfit.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/calc/calc-nlfit.el b/lisp/calc/calc-nlfit.el index 489599781f6..3a1502fada2 100644 --- a/lisp/calc/calc-nlfit.el +++ b/lisp/calc/calc-nlfit.el @@ -62,6 +62,10 @@ (require 'calc-arith) +;; Declare functions which are defined elsewhere. +(declare-function calc-get-fit-variables "calcalg3" (nv nc &optional defv defc with-y homog)) + + (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." (let* ((n (length xdata)) -- 2.39.2