mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(math-read-expr-level): Declare as a function.
This commit is contained in:
parent
b8e003302b
commit
c4efb85877
1 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,10 @@
|
|||
(require 'calc-ext)
|
||||
(require 'calc-macs)
|
||||
|
||||
;; Declare functions which are defined elsewhere.
|
||||
(declare-function math-read-expr-level "calc-aent" (exp-prec &optional exp-term))
|
||||
|
||||
|
||||
(defun calc-display-strings (n)
|
||||
(interactive "P")
|
||||
(calc-wrapper
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue