(edmacro-format-keys,edmacro-parse-keys)

(math-read-expr-level): Declare as functions.
This commit is contained in:
Jay Belanger 2007-11-27 04:08:16 +00:00
parent b09c4bb497
commit b8e003302b

View file

@ -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")