mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(math-normalize-nonstandard): Fix declaration.
This commit is contained in:
parent
996d0694f8
commit
43f0c09ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue