Mercurial > emacs
changeset 58842:a26862f74305
Add math-read-preprocess-string to autoloads.
author | Jay Belanger <jay.p.belanger@gmail.com> |
---|---|
date | Wed, 08 Dec 2004 06:07:27 +0000 |
parents | c636a3aa7ec9 |
children | f3d24ef9bf58 |
files | lisp/calc/calc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)