diff options
| author | Glenn Morris | 2007-11-27 07:58:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-27 07:58:30 +0000 |
| commit | 8ac9225638a24cdcd01fbe2afd90b50cfba503d0 (patch) | |
| tree | 50248e3b004d0b5d42fdb4c87180023aca410425 | |
| parent | 43f0c09ef579452e5d5116a5e8317d9d2a584afe (diff) | |
| download | emacs-8ac9225638a24cdcd01fbe2afd90b50cfba503d0.tar.gz emacs-8ac9225638a24cdcd01fbe2afd90b50cfba503d0.zip | |
(math-read-big-rec): Fix declaration.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/calc/calc-ext.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d139dc3d3ca..8b76c78acff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -49,6 +49,10 @@ | |||
| 49 | 49 | ||
| 50 | 2007-11-27 Glenn Morris <rgm@gnu.org> | 50 | 2007-11-27 Glenn Morris <rgm@gnu.org> |
| 51 | 51 | ||
| 52 | * calc/calc-ext.el (math-read-big-rec): | ||
| 53 | * calc/calc-nlfit.el (math-map-binop): | ||
| 54 | * calc/calc.el (math-normalize-nonstandard): Fix declarations. | ||
| 55 | |||
| 52 | * eshell/eshell.el (eshell-report-bug): Add version number of | 56 | * eshell/eshell.el (eshell-report-bug): Add version number of |
| 53 | obsolescence. | 57 | obsolescence. |
| 54 | 58 | ||
diff --git a/lisp/calc/calc-ext.el b/lisp/calc/calc-ext.el index 44465a24790..86294449995 100644 --- a/lisp/calc/calc-ext.el +++ b/lisp/calc/calc-ext.el | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | (declare-function calc-embedded-evaluate-expr "calc-embed" (x)) | 57 | (declare-function calc-embedded-evaluate-expr "calc-embed" (x)) |
| 58 | (declare-function math-known-nonzerop "calc-arith" (a)) | 58 | (declare-function math-known-nonzerop "calc-arith" (a)) |
| 59 | (declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term)) | 59 | (declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term)) |
| 60 | (declare-function math-read-big-rec "calc-lang" (math-rb-h1 math-rb-v1 math-rb-h2 math-rb-v2)) | 60 | (declare-function math-read-big-rec "calc-lang" (math-rb-h1 math-rb-v1 math-rb-h2 math-rb-v2 &optional baseline prec short)) |
| 61 | (declare-function math-read-big-balance "calc-lang" (h v what &optional commas)) | 61 | (declare-function math-read-big-balance "calc-lang" (h v what &optional commas)) |
| 62 | (declare-function math-format-date "calc-forms" (math-fd-date)) | 62 | (declare-function math-format-date "calc-forms" (math-fd-date)) |
| 63 | (declare-function math-vector-is-string "calccomp" (a)) | 63 | (declare-function math-vector-is-string "calccomp" (a)) |