emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calc/calc-mtx.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-mtx.el
Date: Tue, 30 Nov 2004 13:08:30 -0500

Index: emacs/lisp/calc/calc-mtx.el
diff -c emacs/lisp/calc/calc-mtx.el:1.8 emacs/lisp/calc/calc-mtx.el:1.9
*** emacs/lisp/calc/calc-mtx.el:1.8     Fri Nov 26 22:36:10 2004
--- emacs/lisp/calc/calc-mtx.el Tue Nov 30 17:19:02 2004
***************
*** 26,40 ****
  
  ;;; Code:
  
- 
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-mat () nil)
- 
- 
  (defun calc-mdet (arg)
    (interactive "P")
    (calc-slow-wrapper
--- 26,36 ----
  
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calc-mdet (arg)
    (interactive "P")
    (calc-slow-wrapper
***************
*** 368,372 ****
--- 364,370 ----
          (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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]