diff options
| author | Jay Belanger | 2004-12-08 06:07:27 +0000 |
|---|---|---|
| committer | Jay Belanger | 2004-12-08 06:07:27 +0000 |
| commit | 5ff9dafd88f7e86faf3b8ec52a912836ff2c31e9 (patch) | |
| tree | 155f9c4ffc3b7ba9ef853b0f80853afd69c77d79 | |
| parent | c90d0a390cdccf1e0d111d5b28f508934cec8753 (diff) | |
| download | emacs-5ff9dafd88f7e86faf3b8ec52a912836ff2c31e9.tar.gz emacs-5ff9dafd88f7e86faf3b8ec52a912836ff2c31e9.zip | |
Add math-read-preprocess-string to autoloads.
| -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 a7e840594ec..d8e6eb3017c 100644 --- a/lisp/calc/calc.el +++ b/lisp/calc/calc.el | |||
| @@ -890,7 +890,7 @@ If nil, selections displayed but ignored.") | |||
| 890 | calc-check-user-syntax calc-do-alg-entry calc-do-calc-eval | 890 | calc-check-user-syntax calc-do-alg-entry calc-do-calc-eval |
| 891 | calc-do-quick-calc calc-match-user-syntax math-build-parse-table | 891 | calc-do-quick-calc calc-match-user-syntax math-build-parse-table |
| 892 | math-find-user-tokens math-read-expr-list math-read-exprs math-read-if | 892 | math-find-user-tokens math-read-expr-list math-read-exprs math-read-if |
| 893 | math-read-token math-remove-dashes) | 893 | math-read-token math-remove-dashes math-read-preprocess-string) |
| 894 | 894 | ||
| 895 | ("calc-embed" calc-do-embedded-activate) | 895 | ("calc-embed" calc-do-embedded-activate) |
| 896 | 896 | ||