mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-27 10:21:14 -08:00
(math-read-big-rec): Fix declaration.
This commit is contained in:
parent
43f0c09ef5
commit
8ac9225638
2 changed files with 5 additions and 1 deletions
|
|
@ -49,6 +49,10 @@
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue