Add a provide statement.
(calc-Need-calc-mat): Remove it.
This commit is contained in:
parent
123526a819
commit
2a0adea35e
1 changed files with 3 additions and 5 deletions
|
|
@ -26,15 +26,11 @@
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
|
||||||
;; This file is autoloaded from calc-ext.el.
|
;; This file is autoloaded from calc-ext.el.
|
||||||
|
|
||||||
(require 'calc-ext)
|
(require 'calc-ext)
|
||||||
|
|
||||||
(require 'calc-macs)
|
(require 'calc-macs)
|
||||||
|
|
||||||
(defun calc-Need-calc-mat () nil)
|
|
||||||
|
|
||||||
|
|
||||||
(defun calc-mdet (arg)
|
(defun calc-mdet (arg)
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(calc-slow-wrapper
|
(calc-slow-wrapper
|
||||||
|
|
@ -368,5 +364,7 @@
|
||||||
(math-reject-arg m "*Singular matrix"))
|
(math-reject-arg m "*Singular matrix"))
|
||||||
(math-reject-arg m 'square-matrixp)))
|
(math-reject-arg m 'square-matrixp)))
|
||||||
|
|
||||||
|
(provide 'calc-mtx)
|
||||||
|
|
||||||
;;; arch-tag: fc0947b1-90e1-4a23-8950-d8ead9c3a306
|
;;; arch-tag: fc0947b1-90e1-4a23-8950-d8ead9c3a306
|
||||||
;;; calc-mtx.el ends here
|
;;; calc-mtx.el ends here
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue