diff options
| -rw-r--r-- | lisp/calc/calc-aent.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/calc/calc-aent.el b/lisp/calc/calc-aent.el index b947b597acf..8af03c4d206 100644 --- a/lisp/calc/calc-aent.el +++ b/lisp/calc/calc-aent.el | |||
| @@ -947,6 +947,9 @@ in Calc algebraic input.") | |||
| 947 | first nil)) | 947 | first nil)) |
| 948 | x)) | 948 | x)) |
| 949 | 949 | ||
| 950 | ;; calc-arg-values is defined in calc-ext.el, but is used here. | ||
| 951 | (defvar calc-arg-values) | ||
| 952 | |||
| 950 | (defun calc-check-user-syntax (&optional x prec) | 953 | (defun calc-check-user-syntax (&optional x prec) |
| 951 | (let ((p calc-user-parse-table) | 954 | (let ((p calc-user-parse-table) |
| 952 | (matches nil) | 955 | (matches nil) |