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
5e30155b
Commit
5e30155b
authored
Nov 30, 2004
by
Jay Belanger
Browse files
Add a provide statement.
(calc-Need-calc-arith): Remove it.
parent
41cf648d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/calc/calc-arith.el
lisp/calc/calc-arith.el
+3
-3
No files found.
lisp/calc/calc-arith.el
View file @
5e30155b
...
...
@@ -27,12 +27,10 @@
;;; Code:
;; This file is autoloaded from calc-ext.el.
(
require
'calc-ext
)
(
require
'calc-ext
)
(
require
'calc-macs
)
(
defun
calc-Need-calc-arith
()
nil
)
;;; The following lists are not exhaustive.
(
defvar
math-scalar-functions
'
(
calcFunc-det
calcFunc-cnorm
calcFunc-rnorm
...
...
@@ -2821,5 +2819,7 @@
(
math-commutative-collect
(
nth
2
b
)
(
not
neg
)))
(
setq
math-com-bterms
(
cons
(
if
neg
(
math-neg
b
)
b
)
math-com-bterms
)))))
(
provide
'calc-arith
)
;;; arch-tag: 6c396b5b-14c6-40ed-bb2a-7cc2e8111465
;;; calc-arith.el ends here
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