]> git.eshelyaron.com Git - emacs.git/commitdiff
(math-read-big-rec): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 07:58:30 +0000 (07:58 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Nov 2007 07:58:30 +0000 (07:58 +0000)
lisp/ChangeLog
lisp/calc/calc-ext.el

index d139dc3d3caa34e49003fb4342547ad8512f62a4..8b76c78acff64d05ecef1a9e120e42c6e291da12 100644 (file)
 
 2007-11-27  Glenn Morris  <rgm@gnu.org>
 
+       * calc/calc-ext.el (math-read-big-rec):
+       * calc/calc-nlfit.el (math-map-binop):
+       * calc/calc.el (math-normalize-nonstandard): Fix declarations.
+
        * eshell/eshell.el (eshell-report-bug): Add version number of
        obsolescence.
 
index 44465a24790167c5a44dcd522fca338176c86d9b..862944499953d1516083cb98c00c39dd03878d0b 100644 (file)
@@ -57,7 +57,7 @@
 (declare-function calc-embedded-evaluate-expr "calc-embed" (x))
 (declare-function math-known-nonzerop "calc-arith" (a))
 (declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term))
-(declare-function math-read-big-rec "calc-lang" (math-rb-h1 math-rb-v1 math-rb-h2 math-rb-v2))
+(declare-function math-read-big-rec "calc-lang" (math-rb-h1 math-rb-v1 math-rb-h2 math-rb-v2 &optional baseline prec short))
 (declare-function math-read-big-balance "calc-lang" (h v what &optional commas))
 (declare-function math-format-date "calc-forms" (math-fd-date))
 (declare-function math-vector-is-string "calccomp" (a))