# HG changeset patch # User Jay Belanger # Date 1101835142 0 # Node ID b21f320635a794ae13097c390f1892f4ab4e3093 # Parent eb797263e9106dcba8e391d58a53b8597ac95e63 Add a provide statement. (calc-Need-calc-mat): Remove it. diff -r eb797263e910 -r b21f320635a7 lisp/calc/calc-mtx.el --- a/lisp/calc/calc-mtx.el Tue Nov 30 17:18:19 2004 +0000 +++ b/lisp/calc/calc-mtx.el Tue Nov 30 17:19:02 2004 +0000 @@ -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