emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-nlfit.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-nlfit.el,v
Date: Tue, 27 Nov 2007 07:56:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/27 07:56:49

Index: calc-nlfit.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/calc/calc-nlfit.el,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- calc-nlfit.el       27 Nov 2007 04:57:57 -0000      1.5
+++ calc-nlfit.el       27 Nov 2007 07:56:49 -0000      1.6
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]