Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8ac92256
Commit
8ac92256
authored
Nov 27, 2007
by
Glenn Morris
Browse files
(math-read-big-rec): Fix declaration.
parent
43f0c09e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/calc/calc-ext.el
lisp/calc/calc-ext.el
+1
-1
No files found.
lisp/ChangeLog
View file @
8ac92256
...
...
@@ -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.
...
...
lisp/calc/calc-ext.el
View file @
8ac92256
...
...
@@ -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))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment