Mercurial > emacs
changeset 86508:fd74613ad163
(math-read-big-rec): Fix declaration.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 27 Nov 2007 07:57:22 +0000 |
parents | b7cc783e1692 |
children | 5ade9b46a77b |
files | lisp/calc/calc-ext.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calc/calc-ext.el Tue Nov 27 07:57:07 2007 +0000 +++ b/lisp/calc/calc-ext.el Tue Nov 27 07:57:22 2007 +0000 @@ -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))