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-arith.el


From: Jay Belanger
Subject: [Emacs-diffs] Changes to emacs/lisp/calc/calc-arith.el
Date: Tue, 30 Nov 2004 12:07:59 -0500

Index: emacs/lisp/calc/calc-arith.el
diff -c emacs/lisp/calc/calc-arith.el:1.9 emacs/lisp/calc/calc-arith.el:1.10
*** emacs/lisp/calc/calc-arith.el:1.9   Mon Nov 29 22:41:10 2004
--- emacs/lisp/calc/calc-arith.el       Tue Nov 30 17:01:18 2004
***************
*** 27,38 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (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
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  ;;; The following lists are not exhaustive.
  (defvar math-scalar-functions '(calcFunc-det
                                calcFunc-cnorm calcFunc-rnorm
***************
*** 2821,2825 ****
--- 2819,2825 ----
          (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




reply via email to

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