summaryrefslogtreecommitdiff
path: root/lisp/calc
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:19:02 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2004-11-30 17:19:02 +0000
commit2a0adea35ee04216f353426bade24ce5e03f9230 (patch)
treed5aae95562bc57e1a35601159dbaec2199d7ce6e /lisp/calc
parent123526a8191abed50cfe5f19c0a2124000f8728b (diff)
downloademacs-2a0adea35ee04216f353426bade24ce5e03f9230.tar.gz
Add a provide statement.
(calc-Need-calc-mat): Remove it.
Diffstat (limited to 'lisp/calc')
-rw-r--r--lisp/calc/calc-mtx.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/calc/calc-mtx.el b/lisp/calc/calc-mtx.el
index 762be985dfa..6cac30a3bb7 100644
--- a/lisp/calc/calc-mtx.el
+++ b/lisp/calc/calc-mtx.el
@@ -26,15 +26,11 @@
;;; Code:
-
;; This file is autoloaded from calc-ext.el.
-(require 'calc-ext)
+(require 'calc-ext)
(require 'calc-macs)
-(defun calc-Need-calc-mat () nil)
-
-
(defun calc-mdet (arg)
(interactive "P")
(calc-slow-wrapper
@@ -368,5 +364,7 @@
(math-reject-arg m "*Singular matrix"))
(math-reject-arg m 'square-matrixp)))
+(provide 'calc-mtx)
+
;;; arch-tag: fc0947b1-90e1-4a23-8950-d8ead9c3a306
;;; calc-mtx.el ends here