diff options
| -rw-r--r-- | lisp/calc/calc-lang.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/calc/calc-lang.el b/lisp/calc/calc-lang.el index 7f976d20554..e4c1a345775 100644 --- a/lisp/calc/calc-lang.el +++ b/lisp/calc/calc-lang.el | |||
| @@ -32,6 +32,11 @@ | |||
| 32 | (require 'calc-ext) | 32 | (require 'calc-ext) |
| 33 | (require 'calc-macs) | 33 | (require 'calc-macs) |
| 34 | 34 | ||
| 35 | |||
| 36 | ;; Declare functions which are defined elsewhere. | ||
| 37 | (declare-function math-read-factor "calc-aent" ()) | ||
| 38 | (declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term)) | ||
| 39 | |||
| 35 | ;;; Alternate entry/display languages. | 40 | ;;; Alternate entry/display languages. |
| 36 | 41 | ||
| 37 | (defun calc-set-language (lang &optional option no-refresh) | 42 | (defun calc-set-language (lang &optional option no-refresh) |