(math-read-factor, math-read-expr-level): Declare as functions.
This commit is contained in:
parent
76d0c4088f
commit
41f4eebc99
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@
|
|||
(require 'calc-ext)
|
||||
(require 'calc-macs)
|
||||
|
||||
|
||||
;; Declare functions which are defined elsewhere.
|
||||
(declare-function math-read-factor "calc-aent" ())
|
||||
(declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term))
|
||||
|
||||
;;; Alternate entry/display languages.
|
||||
|
||||
(defun calc-set-language (lang &optional option no-refresh)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue