Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c4efb858
Commit
c4efb858
authored
Nov 27, 2007
by
Jay Belanger
Browse files
(math-read-expr-level): Declare as a function.
parent
b8e00330
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/calc/calc-vec.el
lisp/calc/calc-vec.el
+4
-0
No files found.
lisp/calc/calc-vec.el
View file @
c4efb858
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment