Add a provide statement.
(calc-Need-calc-poly): Remove it.
This commit is contained in:
parent
2a0adea35e
commit
7a08a495aa
1 changed files with 3 additions and 4 deletions
|
@ -27,13 +27,10 @@
|
|||
;;; 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)
|
||||
|
@ -1173,5 +1170,7 @@
|
|||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue