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
43f0c09e
Commit
43f0c09e
authored
Nov 27, 2007
by
Glenn Morris
Browse files
(math-normalize-nonstandard): Fix declaration.
parent
996d0694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/calc/calc.el
lisp/calc/calc.el
+1
-1
No files found.
lisp/calc/calc.el
View file @
43f0c09e
...
...
@@ -240,7 +240,7 @@
(
declare-function
math-read-radix-digit
"calc-misc"
(
dig
))
(
declare-function
calc-digit-dots
"calc-incom"
())
(
declare-function
math-normalize-fancy
"calc-ext"
(
a
))
(
declare-function
math-normalize-nonstandard
"calc-
alg
"
())
(
declare-function
math-normalize-nonstandard
"calc-
ext
"
())
(
declare-function
math-recompile-eval-rules
"calc-alg"
())
(
declare-function
math-apply-rewrites
"calc-rewr"
(
expr
rules
&optional
heads
math-apply-rw-ruleset
))
(
declare-function
calc-record-why
"calc-misc"
(
&rest
stuff
))
...
...
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