# HG changeset patch # User Jay Belanger # Date 1102486047 0 # Node ID a26862f7430534d6e00cac4a2ec3e352133606d0 # Parent c636a3aa7ec961358aff1824d9c984fc68623bf2 Add math-read-preprocess-string to autoloads. diff -r c636a3aa7ec9 -r a26862f74305 lisp/calc/calc.el --- a/lisp/calc/calc.el Wed Dec 08 05:14:31 2004 +0000 +++ b/lisp/calc/calc.el Wed Dec 08 06:07:27 2004 +0000 @@ -890,7 +890,7 @@ 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)