summaryrefslogtreecommitdiff
path: root/lisp/calc/calc-ext.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-27 07:58:30 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-27 07:58:30 +0000
commit8ac9225638a24cdcd01fbe2afd90b50cfba503d0 (patch)
tree50248e3b004d0b5d42fdb4c87180023aca410425 /lisp/calc/calc-ext.el
parent43f0c09ef579452e5d5116a5e8317d9d2a584afe (diff)
(math-read-big-rec): Fix declaration.
Diffstat (limited to 'lisp/calc/calc-ext.el')
-rw-r--r--lisp/calc/calc-ext.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el
index 44465a2479..8629444999 100644
--- a/lisp/calc/calc-ext.el
+++ b/lisp/calc/calc-ext.el
@@ -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))