(edmacro-format-keys,edmacro-parse-keys)
(math-read-expr-level): Declare as functions.
This commit is contained in:
parent
b09c4bb497
commit
b8e003302b
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 edmacro-format-keys "edmacro" (macro &optional verbose))
|
||||
(declare-function edmacro-parse-keys "edmacro" (string &optional need-vector))
|
||||
(declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term))
|
||||
|
||||
|
||||
(defun calc-equal-to (arg)
|
||||
(interactive "P")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue