# HG changeset patch # User Jay Belanger # Date 1196136496 0 # Node ID f7e3c30cc97de2abf8dd61c4017ce04be4865fef # Parent 9a67bab483db66289b22abd055c9e9e799ea42f3 (edmacro-format-keys,edmacro-parse-keys) (math-read-expr-level): Declare as functions. diff -r 9a67bab483db -r f7e3c30cc97d lisp/calc/calc-prog.el --- a/lisp/calc/calc-prog.el Tue Nov 27 04:07:42 2007 +0000 +++ b/lisp/calc/calc-prog.el Tue Nov 27 04:08:16 2007 +0000 @@ -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")