diff options
| author | Glenn Morris <rgm@gnu.org> | 2007-11-27 07:57:07 +0000 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2007-11-27 07:57:07 +0000 |
| commit | 43f0c09ef579452e5d5116a5e8317d9d2a584afe (patch) | |
| tree | b965ac38d6b087280e3edc5e1c547fcc6c42143d /lisp/calc | |
| parent | 996d0694f863f83d07c48613b04aec86a98592bf (diff) | |
| download | emacs-43f0c09ef579452e5d5116a5e8317d9d2a584afe.tar.gz | |
(math-normalize-nonstandard): Fix declaration.
Diffstat (limited to 'lisp/calc')
| -rw-r--r-- | lisp/calc/calc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index 8e0b18a4cb2..72f3172ea9c 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el @@ -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)) |
