aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Belanger <[email protected]>2004-12-08 06:07:27 +0000
committerJay Belanger <[email protected]>2004-12-08 06:07:27 +0000
commit5ff9dafd88f7e86faf3b8ec52a912836ff2c31e9 (patch)
tree155f9c4ffc3b7ba9ef853b0f80853afd69c77d79
parentc90d0a390cdccf1e0d111d5b28f508934cec8753 (diff)
Add math-read-preprocess-string to autoloads.
-rw-r--r--lisp/calc/calc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index a7e840594e..d8e6eb3017 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -890,7 +890,7 @@ If nil, selections displayed but ignored.")
calc-check-user-syntax calc-do-alg-entry calc-do-calc-eval
calc-do-quick-calc calc-match-user-syntax math-build-parse-table
math-find-user-tokens math-read-expr-list math-read-exprs math-read-if
- math-read-token math-remove-dashes)
+ math-read-token math-remove-dashes math-read-preprocess-string)
("calc-embed" calc-do-embedded-activate)