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


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

Index: emacs/lisp/calc/calc-poly.el
diff -c emacs/lisp/calc/calc-poly.el:1.9 emacs/lisp/calc/calc-poly.el:1.10
*** emacs/lisp/calc/calc-poly.el:1.9    Thu Nov 25 05:52:38 2004
--- emacs/lisp/calc/calc-poly.el        Tue Nov 30 17:19:41 2004
***************
*** 27,39 ****
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
- (require 'calc-ext)
  
  (require 'calc-macs)
  
- (defun calc-Need-calc-poly () nil)
- 
- 
  (defun calcFunc-pcont (expr &optional var)
    (cond ((Math-primp expr)
         (cond ((Math-zerop expr) 1)
--- 27,36 ----
  ;;; Code:
  
  ;; This file is autoloaded from calc-ext.el.
  
+ (require 'calc-ext)
  (require 'calc-macs)
  
  (defun calcFunc-pcont (expr &optional var)
    (cond ((Math-primp expr)
         (cond ((Math-zerop expr) 1)
***************
*** 1173,1177 ****
--- 1170,1176 ----
  (defun calcFunc-expandpow (x n)
    (math-normalize (math-expand-power x n)))
  
+ (provide 'calc-poly)
+ 
  ;;; arch-tag: d2566c51-2ccc-45f1-8c50-f3462c2953ff
  ;;; calc-poly.el ends here




reply via email to

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