From: Jay Belanger Date: Wed, 8 Dec 2004 06:07:27 +0000 (+0000) Subject: Add math-read-preprocess-string to autoloads. X-Git-Tag: ttn-vms-21-2-B4~3371 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ff9dafd88f7e86faf3b8ec52a912836ff2c31e9;p=emacs.git Add math-read-preprocess-string to autoloads. --- diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el index a7e840594ec..d8e6eb3017c 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)